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=1086
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=1087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1085",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1086,
    "results": [
        {
            "start": 874038911,
            "stop": 874039031
        },
        {
            "start": 874039203,
            "stop": 874039263
        },
        {
            "start": 874039430,
            "stop": 874040990
        },
        {
            "start": 874041144,
            "stop": 874041444
        },
        {
            "start": 874041874,
            "stop": 874041994
        },
        {
            "start": 874042277,
            "stop": 874042337
        },
        {
            "start": 874043053,
            "stop": 874043293
        },
        {
            "start": 874043954,
            "stop": 874044434
        },
        {
            "start": 874045221,
            "stop": 874045281
        },
        {
            "start": 874045605,
            "stop": 874045845
        },
        {
            "start": 874046046,
            "stop": 874046106
        },
        {
            "start": 874046915,
            "stop": 874047095
        },
        {
            "start": 874047937,
            "stop": 874048177
        },
        {
            "start": 874048755,
            "stop": 874048815
        },
        {
            "start": 874048967,
            "stop": 874049357
        },
        {
            "start": 874049672,
            "stop": 874049792
        },
        {
            "start": 874050012,
            "stop": 874051392
        },
        {
            "start": 874051538,
            "stop": 874052168
        },
        {
            "start": 874054730,
            "stop": 874061510
        },
        {
            "start": 874061670,
            "stop": 874065390
        }
    ]
}