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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=22",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 23,
    "results": [
        {
            "start": 816373828,
            "stop": 816373864
        },
        {
            "start": 816373939,
            "stop": 816373950
        },
        {
            "start": 816375757,
            "stop": 816375770
        },
        {
            "start": 816375815,
            "stop": 816375820
        },
        {
            "start": 816375883,
            "stop": 816375897
        },
        {
            "start": 816375963,
            "stop": 816375986
        },
        {
            "start": 816376145,
            "stop": 816376170
        },
        {
            "start": 816387270,
            "stop": 816387486
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816408035
        },
        {
            "start": 816408054,
            "stop": 816408379
        },
        {
            "start": 816408400,
            "stop": 816410597
        },
        {
            "start": 816410616,
            "stop": 816411088
        },
        {
            "start": 816411107,
            "stop": 816411190
        },
        {
            "start": 816411211,
            "stop": 816411215
        },
        {
            "start": 816411260,
            "stop": 816411808
        },
        {
            "start": 816411829,
            "stop": 816413078
        },
        {
            "start": 816413099,
            "stop": 816413423
        },
        {
            "start": 816413440,
            "stop": 816413768
        },
        {
            "start": 816413788,
            "stop": 816414692
        }
    ]
}