Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=125
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=124",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 125,
    "results": [
        {
            "start": 837462609,
            "stop": 837466136
        },
        {
            "start": 837466230,
            "stop": 837468624
        },
        {
            "start": 837468774,
            "stop": 837468975
        },
        {
            "start": 837470853,
            "stop": 837471047
        },
        {
            "start": 837472108,
            "stop": 837473704
        },
        {
            "start": 837475977,
            "stop": 837503801
        },
        {
            "start": 837504768,
            "stop": 837520156
        },
        {
            "start": 837520916,
            "stop": 837522156
        },
        {
            "start": 837522286,
            "stop": 837540010
        },
        {
            "start": 837542745,
            "stop": 837548900
        },
        {
            "start": 837549069,
            "stop": 837552070
        },
        {
            "start": 837561091,
            "stop": 837566175
        },
        {
            "start": 837567811,
            "stop": 837571633
        },
        {
            "start": 837571713,
            "stop": 837583840
        },
        {
            "start": 837584169,
            "stop": 837587645
        },
        {
            "start": 837589063,
            "stop": 837612340
        },
        {
            "start": 837613475,
            "stop": 837622315
        },
        {
            "start": 837622525,
            "stop": 837623185
        },
        {
            "start": 837625239,
            "stop": 837644148
        },
        {
            "start": 837649419,
            "stop": 837651139
        }
    ]
}