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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5004",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5005,
    "results": [
        {
            "start": 874543598,
            "stop": 874543651
        },
        {
            "start": 874543658,
            "stop": 874543668
        },
        {
            "start": 874543675,
            "stop": 874543745
        },
        {
            "start": 874543754,
            "stop": 874543836
        },
        {
            "start": 874543843,
            "stop": 874543848
        },
        {
            "start": 874543856,
            "stop": 874543893
        },
        {
            "start": 874543906,
            "stop": 874543928
        },
        {
            "start": 874543936,
            "stop": 874543949
        },
        {
            "start": 874543959,
            "stop": 874543963
        },
        {
            "start": 874543973,
            "stop": 874544070
        },
        {
            "start": 874544084,
            "stop": 874544091
        },
        {
            "start": 874544104,
            "stop": 874544106
        },
        {
            "start": 874544113,
            "stop": 874544116
        },
        {
            "start": 874544123,
            "stop": 874544126
        },
        {
            "start": 874544133,
            "stop": 874544172
        },
        {
            "start": 874544180,
            "stop": 874544286
        },
        {
            "start": 874544293,
            "stop": 874544310
        },
        {
            "start": 874544317,
            "stop": 874544420
        },
        {
            "start": 874544427,
            "stop": 874544438
        },
        {
            "start": 874544445,
            "stop": 874544446
        }
    ]
}