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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=80",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 81,
    "results": [
        {
            "start": 824511215,
            "stop": 824511227
        },
        {
            "start": 824511229,
            "stop": 824511232
        },
        {
            "start": 824511234,
            "stop": 824511249
        },
        {
            "start": 824511252,
            "stop": 824511253
        },
        {
            "start": 824511255,
            "stop": 824511257
        },
        {
            "start": 824511261,
            "stop": 824511269
        },
        {
            "start": 824511271,
            "stop": 824511275
        },
        {
            "start": 824511277,
            "stop": 824511282
        },
        {
            "start": 824511284,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824536635
        },
        {
            "start": 824536638,
            "stop": 824537148
        },
        {
            "start": 824537151,
            "stop": 824537418
        },
        {
            "start": 824537421,
            "stop": 824538323
        },
        {
            "start": 824538326,
            "stop": 824538363
        },
        {
            "start": 824538366,
            "stop": 824538403
        },
        {
            "start": 824538406,
            "stop": 824540405
        },
        {
            "start": 824540408,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596571
        },
        {
            "start": 824599275,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        }
    ]
}