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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5256",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5257,
    "results": [
        {
            "start": 874617727,
            "stop": 874617733
        },
        {
            "start": 874617769,
            "stop": 874618039
        },
        {
            "start": 874618047,
            "stop": 874618169
        },
        {
            "start": 874618176,
            "stop": 874620628
        },
        {
            "start": 874620645,
            "stop": 874620865
        },
        {
            "start": 874620900,
            "stop": 874622724
        },
        {
            "start": 874622760,
            "stop": 874622776
        },
        {
            "start": 874622813,
            "stop": 874625431
        },
        {
            "start": 874625493,
            "stop": 874625670
        },
        {
            "start": 874625706,
            "stop": 874625790
        },
        {
            "start": 874625826,
            "stop": 874625973
        },
        {
            "start": 874626011,
            "stop": 874626037
        },
        {
            "start": 874626073,
            "stop": 874626211
        },
        {
            "start": 874626247,
            "stop": 874626994
        },
        {
            "start": 874627004,
            "stop": 874627577
        },
        {
            "start": 874627584,
            "stop": 874630927
        },
        {
            "start": 874630963,
            "stop": 874631303
        },
        {
            "start": 874631310,
            "stop": 874632123
        },
        {
            "start": 874632130,
            "stop": 874632810
        },
        {
            "start": 874632848,
            "stop": 874632876
        }
    ]
}