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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=90",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 91,
    "results": [
        {
            "start": 953757065,
            "stop": 953770193
        },
        {
            "start": 953774816,
            "stop": 953821500
        },
        {
            "start": 953826913,
            "stop": 953833712
        },
        {
            "start": 953834654,
            "stop": 953841707
        },
        {
            "start": 953846131,
            "stop": 953852671
        },
        {
            "start": 953853349,
            "stop": 953899806
        },
        {
            "start": 953908661,
            "stop": 953914339
        },
        {
            "start": 953916850,
            "stop": 953919234
        },
        {
            "start": 953930204,
            "stop": 953935934
        },
        {
            "start": 953940692,
            "stop": 953980426
        },
        {
            "start": 953981321,
            "stop": 953985639
        },
        {
            "start": 954024605,
            "stop": 954025728
        },
        {
            "start": 954028200,
            "stop": 954072945
        },
        {
            "start": 954076970,
            "stop": 954079405
        },
        {
            "start": 954082552,
            "stop": 954083632
        },
        {
            "start": 954084308,
            "stop": 954085261
        },
        {
            "start": 954085677,
            "stop": 954087426
        },
        {
            "start": 954088004,
            "stop": 954090536
        },
        {
            "start": 954096026,
            "stop": 954096223
        },
        {
            "start": 954096257,
            "stop": 954096480
        }
    ]
}