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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=246",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 247,
    "results": [
        {
            "start": 849133478,
            "stop": 849133479
        },
        {
            "start": 849133633,
            "stop": 849137907
        },
        {
            "start": 849138077,
            "stop": 849143953
        },
        {
            "start": 849143985,
            "stop": 849143986
        },
        {
            "start": 849144133,
            "stop": 849145273
        },
        {
            "start": 849145303,
            "stop": 849145305
        },
        {
            "start": 849145531,
            "stop": 849149893
        },
        {
            "start": 849149927,
            "stop": 849149929
        },
        {
            "start": 849150073,
            "stop": 849158833
        },
        {
            "start": 849158864,
            "stop": 849158866
        },
        {
            "start": 849159486,
            "stop": 849162595
        },
        {
            "start": 849163306,
            "stop": 849172503
        },
        {
            "start": 849175382,
            "stop": 849178693
        },
        {
            "start": 849180395,
            "stop": 849181560
        },
        {
            "start": 849181570,
            "stop": 849183553
        },
        {
            "start": 849183577,
            "stop": 849183579
        },
        {
            "start": 849183907,
            "stop": 849189973
        },
        {
            "start": 849190009,
            "stop": 849190011
        },
        {
            "start": 849190166,
            "stop": 849190209
        },
        {
            "start": 849190317,
            "stop": 849190453
        }
    ]
}