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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=197",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 198,
    "results": [
        {
            "start": 826514004,
            "stop": 826514304
        },
        {
            "start": 826514484,
            "stop": 826514844
        },
        {
            "start": 826515027,
            "stop": 826515087
        },
        {
            "start": 826515117,
            "stop": 826516347
        },
        {
            "start": 826516608,
            "stop": 826517628
        },
        {
            "start": 826517658,
            "stop": 826518498
        },
        {
            "start": 826518528,
            "stop": 826519098
        },
        {
            "start": 826519297,
            "stop": 826519777
        },
        {
            "start": 826519938,
            "stop": 826520448
        },
        {
            "start": 826520883,
            "stop": 826521123
        },
        {
            "start": 826521379,
            "stop": 826521499
        },
        {
            "start": 826521529,
            "stop": 826522699
        },
        {
            "start": 826522909,
            "stop": 826523239
        },
        {
            "start": 826523269,
            "stop": 826523329
        },
        {
            "start": 826523799,
            "stop": 826523919
        },
        {
            "start": 826524535,
            "stop": 826525135
        },
        {
            "start": 826525165,
            "stop": 826525255
        },
        {
            "start": 826525459,
            "stop": 826525759
        },
        {
            "start": 826525914,
            "stop": 826528194
        },
        {
            "start": 826528546,
            "stop": 826528726
        }
    ]
}