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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=21",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 22,
    "results": [
        {
            "start": 816363565,
            "stop": 816363587
        },
        {
            "start": 816363609,
            "stop": 816363742
        },
        {
            "start": 816366108,
            "stop": 816366144
        },
        {
            "start": 816366177,
            "stop": 816366236
        },
        {
            "start": 816366265,
            "stop": 816366469
        },
        {
            "start": 816366472,
            "stop": 816366486
        },
        {
            "start": 816366489,
            "stop": 816366532
        },
        {
            "start": 816366553,
            "stop": 816366660
        },
        {
            "start": 816366720,
            "stop": 816366722
        },
        {
            "start": 816366742,
            "stop": 816366795
        },
        {
            "start": 816372930,
            "stop": 816372979
        },
        {
            "start": 816373000,
            "stop": 816373020
        },
        {
            "start": 816373140,
            "stop": 816373255
        },
        {
            "start": 816373279,
            "stop": 816373362
        },
        {
            "start": 816373381,
            "stop": 816373437
        },
        {
            "start": 816373475,
            "stop": 816373492
        },
        {
            "start": 816373568,
            "stop": 816373606
        },
        {
            "start": 816373627,
            "stop": 816373672
        },
        {
            "start": 816373734,
            "stop": 816373749
        },
        {
            "start": 816373793,
            "stop": 816373800
        }
    ]
}