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=900
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=901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=899",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 900,
    "results": [
        {
            "start": 867181404,
            "stop": 867182604
        },
        {
            "start": 867182779,
            "stop": 867182839
        },
        {
            "start": 867182899,
            "stop": 867183019
        },
        {
            "start": 867183169,
            "stop": 867183949
        },
        {
            "start": 867184090,
            "stop": 867184420
        },
        {
            "start": 867184480,
            "stop": 867184600
        },
        {
            "start": 867184660,
            "stop": 867190270
        },
        {
            "start": 867190540,
            "stop": 867191020
        },
        {
            "start": 867194062,
            "stop": 867194752
        },
        {
            "start": 867194842,
            "stop": 867200302
        },
        {
            "start": 867200512,
            "stop": 867202312
        },
        {
            "start": 867202342,
            "stop": 867202402
        },
        {
            "start": 867202623,
            "stop": 867206253
        },
        {
            "start": 867207510,
            "stop": 867211980
        },
        {
            "start": 867213394,
            "stop": 867215074
        },
        {
            "start": 867215766,
            "stop": 867222666
        },
        {
            "start": 867223834,
            "stop": 867230614
        },
        {
            "start": 867230734,
            "stop": 867238234
        },
        {
            "start": 867238426,
            "stop": 867246526
        },
        {
            "start": 867247246,
            "stop": 867249586
        }
    ]
}