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=1061
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=1062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1060",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1061,
    "results": [
        {
            "start": 873234415,
            "stop": 873234655
        },
        {
            "start": 873234903,
            "stop": 873235023
        },
        {
            "start": 873235320,
            "stop": 873235440
        },
        {
            "start": 873235682,
            "stop": 873235922
        },
        {
            "start": 873236663,
            "stop": 873239363
        },
        {
            "start": 873239499,
            "stop": 873240279
        },
        {
            "start": 873240459,
            "stop": 873244719
        },
        {
            "start": 873249967,
            "stop": 873252367
        },
        {
            "start": 873252610,
            "stop": 873252670
        },
        {
            "start": 873252833,
            "stop": 873253193
        },
        {
            "start": 873253379,
            "stop": 873254879
        },
        {
            "start": 873255557,
            "stop": 873255617
        },
        {
            "start": 873255780,
            "stop": 873255960
        },
        {
            "start": 873256116,
            "stop": 873256836
        },
        {
            "start": 873256984,
            "stop": 873257044
        },
        {
            "start": 873257197,
            "stop": 873257257
        },
        {
            "start": 873257535,
            "stop": 873261495
        },
        {
            "start": 873261694,
            "stop": 873262594
        },
        {
            "start": 873262763,
            "stop": 873262853
        },
        {
            "start": 873263303,
            "stop": 873264263
        }
    ]
}