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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=309",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 310,
    "results": [
        {
            "start": 821324308,
            "stop": 821324369
        },
        {
            "start": 821324372,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821324554
        },
        {
            "start": 821324557,
            "stop": 821324674
        },
        {
            "start": 821324677,
            "stop": 821324745
        },
        {
            "start": 821324748,
            "stop": 821324829
        },
        {
            "start": 821324832,
            "stop": 821325030
        },
        {
            "start": 821325033,
            "stop": 821325052
        },
        {
            "start": 821325055,
            "stop": 821325391
        },
        {
            "start": 821325394,
            "stop": 821325632
        },
        {
            "start": 821325636,
            "stop": 821325766
        },
        {
            "start": 821325769,
            "stop": 821326269
        },
        {
            "start": 821326272,
            "stop": 821326315
        },
        {
            "start": 821326318,
            "stop": 821326325
        },
        {
            "start": 821326328,
            "stop": 821326431
        },
        {
            "start": 821326437,
            "stop": 821326896
        },
        {
            "start": 821326900,
            "stop": 821327001
        },
        {
            "start": 821327004,
            "stop": 821327148
        },
        {
            "start": 821327152,
            "stop": 821327251
        }
    ]
}