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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=103",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 104,
    "results": [
        {
            "start": 840942041,
            "stop": 840942753
        },
        {
            "start": 840944059,
            "stop": 840944954
        },
        {
            "start": 840948127,
            "stop": 840963767
        },
        {
            "start": 840967191,
            "stop": 840967212
        },
        {
            "start": 840967298,
            "stop": 840993812
        },
        {
            "start": 840994414,
            "stop": 840996057
        },
        {
            "start": 840997927,
            "stop": 841006662
        },
        {
            "start": 841006829,
            "stop": 841019206
        },
        {
            "start": 841020466,
            "stop": 841020855
        },
        {
            "start": 841022207,
            "stop": 841025198
        },
        {
            "start": 841026362,
            "stop": 841026371
        },
        {
            "start": 841027283,
            "stop": 841029308
        },
        {
            "start": 841030223,
            "stop": 841035371
        },
        {
            "start": 841036451,
            "stop": 841043555
        },
        {
            "start": 841044607,
            "stop": 841046798
        },
        {
            "start": 841047896,
            "stop": 841050498
        },
        {
            "start": 841052096,
            "stop": 841053619
        },
        {
            "start": 841054634,
            "stop": 841066898
        },
        {
            "start": 841067783,
            "stop": 841068504
        },
        {
            "start": 841072985,
            "stop": 841073031
        }
    ]
}