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=847
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=848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=846",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 847,
    "results": [
        {
            "start": 861213756,
            "stop": 861213936
        },
        {
            "start": 861214167,
            "stop": 861214227
        },
        {
            "start": 861214383,
            "stop": 861214443
        },
        {
            "start": 861226225,
            "stop": 861226375
        },
        {
            "start": 861226525,
            "stop": 861227215
        },
        {
            "start": 861227605,
            "stop": 861227755
        },
        {
            "start": 861227905,
            "stop": 861232105
        },
        {
            "start": 861232255,
            "stop": 861233065
        },
        {
            "start": 861233215,
            "stop": 861235975
        },
        {
            "start": 861236302,
            "stop": 861238972
        },
        {
            "start": 861239242,
            "stop": 861240442
        },
        {
            "start": 861240592,
            "stop": 861241972
        },
        {
            "start": 861242122,
            "stop": 861244342
        },
        {
            "start": 861244627,
            "stop": 861245647
        },
        {
            "start": 861245859,
            "stop": 861257199
        },
        {
            "start": 861257349,
            "stop": 861260619
        },
        {
            "start": 861263918,
            "stop": 861265268
        },
        {
            "start": 861265418,
            "stop": 861274598
        },
        {
            "start": 861274822,
            "stop": 861278722
        },
        {
            "start": 861279859,
            "stop": 861279919
        }
    ]
}