Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=139
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=138",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 139,
    "results": [
        {
            "start": 825989821,
            "stop": 825990940
        },
        {
            "start": 825990945,
            "stop": 825990980
        },
        {
            "start": 825990985,
            "stop": 825991037
        },
        {
            "start": 825991043,
            "stop": 825991598
        },
        {
            "start": 825992014,
            "stop": 826000504
        },
        {
            "start": 826000804,
            "stop": 826002023
        },
        {
            "start": 826002323,
            "stop": 826002871
        },
        {
            "start": 826002873,
            "stop": 826003152
        },
        {
            "start": 826003154,
            "stop": 826014462
        },
        {
            "start": 826014572,
            "stop": 826015145
        },
        {
            "start": 826015445,
            "stop": 826015459
        },
        {
            "start": 826015569,
            "stop": 826015738
        },
        {
            "start": 826016038,
            "stop": 826017039
        },
        {
            "start": 826017339,
            "stop": 826028253
        },
        {
            "start": 826028255,
            "stop": 826032101
        },
        {
            "start": 826032103,
            "stop": 826039697
        },
        {
            "start": 826039700,
            "stop": 826042052
        },
        {
            "start": 826042058,
            "stop": 826043189
        },
        {
            "start": 826043191,
            "stop": 826043993
        },
        {
            "start": 826043995,
            "stop": 826045219
        }
    ]
}