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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=50",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 51,
    "results": [
        {
            "start": 822486746,
            "stop": 822486765
        },
        {
            "start": 822486894,
            "stop": 822487181
        },
        {
            "start": 822487304,
            "stop": 822487616
        },
        {
            "start": 822487724,
            "stop": 822488962
        },
        {
            "start": 822489181,
            "stop": 822489728
        },
        {
            "start": 822489874,
            "stop": 822491969
        },
        {
            "start": 822492074,
            "stop": 822494010
        },
        {
            "start": 822494164,
            "stop": 822494329
        },
        {
            "start": 822494405,
            "stop": 822495522
        },
        {
            "start": 822495631,
            "stop": 822495820
        },
        {
            "start": 822495913,
            "stop": 822496124
        },
        {
            "start": 822496250,
            "stop": 822496452
        },
        {
            "start": 822510610,
            "stop": 822511112
        },
        {
            "start": 822511272,
            "stop": 822511512
        },
        {
            "start": 822531425,
            "stop": 822535315
        },
        {
            "start": 822536379,
            "stop": 822537692
        },
        {
            "start": 822537879,
            "stop": 822539295
        },
        {
            "start": 822539460,
            "stop": 822539978
        },
        {
            "start": 822540137,
            "stop": 822540485
        },
        {
            "start": 822540542,
            "stop": 822540795
        }
    ]
}