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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=153",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 154,
    "results": [
        {
            "start": 823769288,
            "stop": 823769498
        },
        {
            "start": 823769673,
            "stop": 823770063
        },
        {
            "start": 823770320,
            "stop": 823770500
        },
        {
            "start": 823770887,
            "stop": 823771067
        },
        {
            "start": 823771157,
            "stop": 823771307
        },
        {
            "start": 823771811,
            "stop": 823771871
        },
        {
            "start": 823771931,
            "stop": 823772411
        },
        {
            "start": 823772561,
            "stop": 823772861
        },
        {
            "start": 823773129,
            "stop": 823773309
        },
        {
            "start": 823773474,
            "stop": 823773594
        },
        {
            "start": 823775643,
            "stop": 823776063
        },
        {
            "start": 823776496,
            "stop": 823776616
        },
        {
            "start": 823776808,
            "stop": 823777498
        },
        {
            "start": 823777528,
            "stop": 823777738
        },
        {
            "start": 823777938,
            "stop": 823778118
        },
        {
            "start": 823778342,
            "stop": 823778462
        },
        {
            "start": 823778799,
            "stop": 823778859
        },
        {
            "start": 823779292,
            "stop": 823779352
        },
        {
            "start": 823779595,
            "stop": 823779655
        },
        {
            "start": 823780012,
            "stop": 823780192
        }
    ]
}