Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=97",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 98,
    "results": [
        {
            "start": 955966804,
            "stop": 955971709
        },
        {
            "start": 955974534,
            "stop": 955980980
        },
        {
            "start": 955984904,
            "stop": 955987593
        },
        {
            "start": 955988698,
            "stop": 956000055
        },
        {
            "start": 956001729,
            "stop": 956006072
        },
        {
            "start": 956006612,
            "stop": 956057475
        },
        {
            "start": 956060793,
            "stop": 956063830
        },
        {
            "start": 956065660,
            "stop": 956068847
        },
        {
            "start": 956070077,
            "stop": 956084030
        },
        {
            "start": 956088341,
            "stop": 956093947
        },
        {
            "start": 956095157,
            "stop": 956096548
        },
        {
            "start": 956099298,
            "stop": 956106995
        },
        {
            "start": 956109662,
            "stop": 956113576
        },
        {
            "start": 956114049,
            "stop": 956119619
        },
        {
            "start": 956121589,
            "stop": 956126161
        },
        {
            "start": 956126163,
            "stop": 956133164
        },
        {
            "start": 956133853,
            "stop": 956133926
        },
        {
            "start": 956135981,
            "stop": 956143493
        },
        {
            "start": 956145411,
            "stop": 956150025
        },
        {
            "start": 956192053,
            "stop": 956195804
        }
    ]
}