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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=346",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 347,
    "results": [
        {
            "start": 824524620,
            "stop": 824526227
        },
        {
            "start": 824526237,
            "stop": 824527059
        },
        {
            "start": 824527063,
            "stop": 824527090
        },
        {
            "start": 824527097,
            "stop": 824527112
        },
        {
            "start": 824527115,
            "stop": 824527173
        },
        {
            "start": 824527179,
            "stop": 824529502
        },
        {
            "start": 824529505,
            "stop": 824532969
        },
        {
            "start": 824532973,
            "stop": 824532992
        },
        {
            "start": 824532995,
            "stop": 824534517
        },
        {
            "start": 824534580,
            "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": 824543902
        },
        {
            "start": 824543906,
            "stop": 824545231
        },
        {
            "start": 824545234,
            "stop": 824545277
        },
        {
            "start": 824545280,
            "stop": 824545423
        }
    ]
}