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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=982",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 983,
    "results": [
        {
            "start": 869957338,
            "stop": 869958718
        },
        {
            "start": 869959093,
            "stop": 869959393
        },
        {
            "start": 869959453,
            "stop": 869959903
        },
        {
            "start": 869963847,
            "stop": 869964117
        },
        {
            "start": 869964267,
            "stop": 869964777
        },
        {
            "start": 869964927,
            "stop": 869968467
        },
        {
            "start": 869968998,
            "stop": 869973858
        },
        {
            "start": 869974061,
            "stop": 869977361
        },
        {
            "start": 869977510,
            "stop": 869986870
        },
        {
            "start": 869987020,
            "stop": 869993950
        },
        {
            "start": 869994106,
            "stop": 869994406
        },
        {
            "start": 869995327,
            "stop": 870004807
        },
        {
            "start": 870005060,
            "stop": 870007400
        },
        {
            "start": 870008915,
            "stop": 870010385
        },
        {
            "start": 870011716,
            "stop": 870016096
        },
        {
            "start": 870016305,
            "stop": 870017745
        },
        {
            "start": 870017895,
            "stop": 870020055
        },
        {
            "start": 870020235,
            "stop": 870021225
        },
        {
            "start": 870021506,
            "stop": 870024026
        },
        {
            "start": 870036559,
            "stop": 870036889
        }
    ]
}