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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=309",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 310,
    "results": [
        {
            "start": 832880876,
            "stop": 832880996
        },
        {
            "start": 832881588,
            "stop": 832881768
        },
        {
            "start": 832888276,
            "stop": 832895536
        },
        {
            "start": 832895674,
            "stop": 832901314
        },
        {
            "start": 832901520,
            "stop": 832904280
        },
        {
            "start": 832904922,
            "stop": 832918812
        },
        {
            "start": 832919066,
            "stop": 832927526
        },
        {
            "start": 832927709,
            "stop": 832936169
        },
        {
            "start": 832936314,
            "stop": 832939734
        },
        {
            "start": 832943177,
            "stop": 832943237
        },
        {
            "start": 832943400,
            "stop": 832943520
        },
        {
            "start": 832944595,
            "stop": 832944715
        },
        {
            "start": 832944884,
            "stop": 832945124
        },
        {
            "start": 832945288,
            "stop": 832948348
        },
        {
            "start": 832948581,
            "stop": 832949781
        },
        {
            "start": 832949941,
            "stop": 832951321
        },
        {
            "start": 832951825,
            "stop": 832952005
        },
        {
            "start": 832956141,
            "stop": 832956381
        },
        {
            "start": 832956537,
            "stop": 832958877
        },
        {
            "start": 832959098,
            "stop": 832959338
        }
    ]
}