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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=104",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 105,
    "results": [
        {
            "start": 820993544,
            "stop": 820993724
        },
        {
            "start": 820995568,
            "stop": 820995688
        },
        {
            "start": 821052105,
            "stop": 821052405
        },
        {
            "start": 821062211,
            "stop": 821062691
        },
        {
            "start": 821065056,
            "stop": 821066376
        },
        {
            "start": 821067062,
            "stop": 821067242
        },
        {
            "start": 821067785,
            "stop": 821068025
        },
        {
            "start": 821068234,
            "stop": 821072974
        },
        {
            "start": 821073114,
            "stop": 821074014
        },
        {
            "start": 821074281,
            "stop": 821074641
        },
        {
            "start": 821075639,
            "stop": 821075939
        },
        {
            "start": 821077504,
            "stop": 821077564
        },
        {
            "start": 821077959,
            "stop": 821080899
        },
        {
            "start": 821081056,
            "stop": 821082076
        },
        {
            "start": 821082221,
            "stop": 821083541
        },
        {
            "start": 821083689,
            "stop": 821083869
        },
        {
            "start": 821084333,
            "stop": 821084513
        },
        {
            "start": 821086470,
            "stop": 821086710
        },
        {
            "start": 821087048,
            "stop": 821088548
        },
        {
            "start": 821090609,
            "stop": 821090849
        }
    ]
}