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/L1_CBCHIGH_CAT4/segments?format=api&page=8105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8104",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8105,
    "results": [
        {
            "start": 872659026,
            "stop": 872659345
        },
        {
            "start": 872659362,
            "stop": 872661318
        },
        {
            "start": 872661335,
            "stop": 872661589
        },
        {
            "start": 872661606,
            "stop": 872662271
        },
        {
            "start": 872662288,
            "stop": 872662403
        },
        {
            "start": 872663831,
            "stop": 872666128
        },
        {
            "start": 872666145,
            "stop": 872667421
        },
        {
            "start": 872667440,
            "stop": 872668230
        },
        {
            "start": 872669970,
            "stop": 872670418
        },
        {
            "start": 872670439,
            "stop": 872670462
        },
        {
            "start": 872670488,
            "stop": 872670872
        },
        {
            "start": 872670901,
            "stop": 872670939
        },
        {
            "start": 872670956,
            "stop": 872671357
        },
        {
            "start": 872671376,
            "stop": 872671869
        },
        {
            "start": 872671888,
            "stop": 872671919
        },
        {
            "start": 872671938,
            "stop": 872672534
        },
        {
            "start": 872673720,
            "stop": 872673900
        },
        {
            "start": 872673998,
            "stop": 872674108
        },
        {
            "start": 872674127,
            "stop": 872675135
        },
        {
            "start": 872675152,
            "stop": 872675760
        }
    ]
}