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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=181
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 181,
    "results": [
        {
            "start": 1126792498,
            "stop": 1126792526
        },
        {
            "start": 1126792527,
            "stop": 1126792847
        },
        {
            "start": 1126792849,
            "stop": 1126793156
        },
        {
            "start": 1126793157,
            "stop": 1126793183
        },
        {
            "start": 1126793184,
            "stop": 1126793511
        },
        {
            "start": 1126793512,
            "stop": 1126793587
        },
        {
            "start": 1126793588,
            "stop": 1126793785
        },
        {
            "start": 1126793790,
            "stop": 1126793796
        },
        {
            "start": 1126793800,
            "stop": 1126793866
        },
        {
            "start": 1126793867,
            "stop": 1126793871
        },
        {
            "start": 1126793872,
            "stop": 1126793958
        },
        {
            "start": 1126793960,
            "stop": 1126793987
        },
        {
            "start": 1126793989,
            "stop": 1126794128
        },
        {
            "start": 1126794130,
            "stop": 1126794206
        },
        {
            "start": 1126794207,
            "stop": 1126794359
        },
        {
            "start": 1126794360,
            "stop": 1126794530
        },
        {
            "start": 1126794531,
            "stop": 1126794686
        },
        {
            "start": 1126794687,
            "stop": 1126794721
        },
        {
            "start": 1126794722,
            "stop": 1126794827
        },
        {
            "start": 1126794829,
            "stop": 1126795122
        }
    ]
}