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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=265",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 266,
    "results": [
        {
            "start": 864147869,
            "stop": 864149185
        },
        {
            "start": 864150738,
            "stop": 864151451
        },
        {
            "start": 864151545,
            "stop": 864154728
        },
        {
            "start": 864156156,
            "stop": 864167611
        },
        {
            "start": 864200836,
            "stop": 864214491
        },
        {
            "start": 864214750,
            "stop": 864217016
        },
        {
            "start": 864217936,
            "stop": 864244548
        },
        {
            "start": 864246090,
            "stop": 864284860
        },
        {
            "start": 864286078,
            "stop": 864309825
        },
        {
            "start": 864310670,
            "stop": 864315471
        },
        {
            "start": 864315515,
            "stop": 864331691
        },
        {
            "start": 864333069,
            "stop": 864343331
        },
        {
            "start": 864343845,
            "stop": 864357399
        },
        {
            "start": 864357961,
            "stop": 864370158
        },
        {
            "start": 864371065,
            "stop": 864399229
        },
        {
            "start": 864401410,
            "stop": 864405597
        },
        {
            "start": 864405667,
            "stop": 864412589
        },
        {
            "start": 864412928,
            "stop": 864440678
        },
        {
            "start": 864441297,
            "stop": 864455346
        },
        {
            "start": 864456274,
            "stop": 864474426
        }
    ]
}