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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=131",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 132,
    "results": [
        {
            "start": 834329355,
            "stop": 834345621
        },
        {
            "start": 834346368,
            "stop": 834346925
        },
        {
            "start": 834347713,
            "stop": 834350550
        },
        {
            "start": 834351920,
            "stop": 834352475
        },
        {
            "start": 834352875,
            "stop": 834353280
        },
        {
            "start": 834353956,
            "stop": 834358395
        },
        {
            "start": 834359140,
            "stop": 834368512
        },
        {
            "start": 834368832,
            "stop": 834368843
        },
        {
            "start": 834369243,
            "stop": 834374697
        },
        {
            "start": 834375017,
            "stop": 834376617
        },
        {
            "start": 834377017,
            "stop": 834390135
        },
        {
            "start": 834392077,
            "stop": 834409708
        },
        {
            "start": 834409709,
            "stop": 834409752
        },
        {
            "start": 834409754,
            "stop": 834420924
        },
        {
            "start": 834421636,
            "stop": 834424285
        },
        {
            "start": 834424605,
            "stop": 834425476
        },
        {
            "start": 834425876,
            "stop": 834435138
        },
        {
            "start": 834436076,
            "stop": 834437786
        },
        {
            "start": 834438106,
            "stop": 834442092
        },
        {
            "start": 834442803,
            "stop": 834444207
        }
    ]
}