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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=311",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 312,
    "results": [
        {
            "start": 833290663,
            "stop": 833290783
        },
        {
            "start": 833291070,
            "stop": 833291250
        },
        {
            "start": 833291556,
            "stop": 833292156
        },
        {
            "start": 833301384,
            "stop": 833301624
        },
        {
            "start": 833301787,
            "stop": 833301877
        },
        {
            "start": 833302255,
            "stop": 833302375
        },
        {
            "start": 833302405,
            "stop": 833302645
        },
        {
            "start": 833302765,
            "stop": 833303185
        },
        {
            "start": 833303215,
            "stop": 833303305
        },
        {
            "start": 833303581,
            "stop": 833303701
        },
        {
            "start": 833304237,
            "stop": 833304357
        },
        {
            "start": 833304488,
            "stop": 833304548
        },
        {
            "start": 833305872,
            "stop": 833306172
        },
        {
            "start": 833306551,
            "stop": 833307151
        },
        {
            "start": 833308116,
            "stop": 833308836
        },
        {
            "start": 833308993,
            "stop": 833309773
        },
        {
            "start": 833310879,
            "stop": 833310939
        },
        {
            "start": 833311134,
            "stop": 833313054
        },
        {
            "start": 833316121,
            "stop": 833317201
        },
        {
            "start": 833317414,
            "stop": 833317834
        }
    ]
}