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_H2L1/segments?format=api&page=256
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_H2L1/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=255",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 256,
    "results": [
        {
            "start": 829278821,
            "stop": 829279031
        },
        {
            "start": 829279181,
            "stop": 829283681
        },
        {
            "start": 829283822,
            "stop": 829288322
        },
        {
            "start": 829288648,
            "stop": 829293448
        },
        {
            "start": 829294688,
            "stop": 829302788
        },
        {
            "start": 829302938,
            "stop": 829303508
        },
        {
            "start": 829304698,
            "stop": 829308838
        },
        {
            "start": 829308995,
            "stop": 829310195
        },
        {
            "start": 829310347,
            "stop": 829311007
        },
        {
            "start": 829311456,
            "stop": 829311516
        },
        {
            "start": 829311881,
            "stop": 829315181
        },
        {
            "start": 829315329,
            "stop": 829317249
        },
        {
            "start": 829318748,
            "stop": 829318808
        },
        {
            "start": 829319042,
            "stop": 829319162
        },
        {
            "start": 829319512,
            "stop": 829320052
        },
        {
            "start": 829320687,
            "stop": 829320747
        },
        {
            "start": 829321272,
            "stop": 829321422
        },
        {
            "start": 829322217,
            "stop": 829322277
        },
        {
            "start": 829343226,
            "stop": 829343286
        },
        {
            "start": 829345067,
            "stop": 829345127
        }
    ]
}