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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT2_H2L1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT2_H2L1/segments?format=api&page=58",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 59,
    "results": [
        {
            "start": 819267155,
            "stop": 819267215
        },
        {
            "start": 819267376,
            "stop": 819267556
        },
        {
            "start": 819267720,
            "stop": 819267780
        },
        {
            "start": 819268002,
            "stop": 819268062
        },
        {
            "start": 819268684,
            "stop": 819268804
        },
        {
            "start": 819269050,
            "stop": 819269110
        },
        {
            "start": 819270275,
            "stop": 819270515
        },
        {
            "start": 819270674,
            "stop": 819270914
        },
        {
            "start": 819271283,
            "stop": 819271523
        },
        {
            "start": 819271950,
            "stop": 819272250
        },
        {
            "start": 819272483,
            "stop": 819272543
        },
        {
            "start": 819273009,
            "stop": 819273189
        },
        {
            "start": 819273567,
            "stop": 819273687
        },
        {
            "start": 819273925,
            "stop": 819273985
        },
        {
            "start": 819274497,
            "stop": 819274737
        },
        {
            "start": 819274951,
            "stop": 819275311
        },
        {
            "start": 819275531,
            "stop": 819275651
        },
        {
            "start": 819275994,
            "stop": 819276174
        },
        {
            "start": 819277124,
            "stop": 819277304
        },
        {
            "start": 819277602,
            "stop": 819277662
        }
    ]
}