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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=208",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 209,
    "results": [
        {
            "start": 840892956,
            "stop": 840894973
        },
        {
            "start": 840924903,
            "stop": 840926443
        },
        {
            "start": 840930824,
            "stop": 840931153
        },
        {
            "start": 840931192,
            "stop": 840931193
        },
        {
            "start": 840931504,
            "stop": 840931576
        },
        {
            "start": 840931580,
            "stop": 840931605
        },
        {
            "start": 840931609,
            "stop": 840931933
        },
        {
            "start": 840931937,
            "stop": 840932640
        },
        {
            "start": 840935484,
            "stop": 840937117
        },
        {
            "start": 840937127,
            "stop": 840937320
        },
        {
            "start": 840937324,
            "stop": 840938505
        },
        {
            "start": 840938509,
            "stop": 840938724
        },
        {
            "start": 840938727,
            "stop": 840940753
        },
        {
            "start": 840942041,
            "stop": 840942723
        },
        {
            "start": 840944059,
            "stop": 840944924
        },
        {
            "start": 840948127,
            "stop": 840963733
        },
        {
            "start": 840967191,
            "stop": 840967212
        },
        {
            "start": 840967298,
            "stop": 840993812
        },
        {
            "start": 840994414,
            "stop": 840996013
        },
        {
            "start": 840997927,
            "stop": 841006633
        }
    ]
}