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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=22",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 23,
    "results": [
        {
            "start": 818681335,
            "stop": 818687173
        },
        {
            "start": 818689526,
            "stop": 818695213
        },
        {
            "start": 818695661,
            "stop": 818712013
        },
        {
            "start": 818712058,
            "stop": 818712059
        },
        {
            "start": 818712375,
            "stop": 818715313
        },
        {
            "start": 818716549,
            "stop": 818718013
        },
        {
            "start": 818718840,
            "stop": 818719603
        },
        {
            "start": 818720844,
            "stop": 818723593
        },
        {
            "start": 818725527,
            "stop": 818728393
        },
        {
            "start": 818730103,
            "stop": 818734855
        },
        {
            "start": 818736605,
            "stop": 818768713
        },
        {
            "start": 818770503,
            "stop": 818779680
        },
        {
            "start": 818780256,
            "stop": 818790362
        },
        {
            "start": 818791706,
            "stop": 818793787
        },
        {
            "start": 818795618,
            "stop": 818800573
        },
        {
            "start": 818801834,
            "stop": 818805493
        },
        {
            "start": 818809957,
            "stop": 818812393
        },
        {
            "start": 818812417,
            "stop": 818812418
        },
        {
            "start": 818814826,
            "stop": 818814968
        },
        {
            "start": 818816477,
            "stop": 818817005
        }
    ]
}