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=40669
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=40670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40668",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40669,
    "results": [
        {
            "start": 874924920,
            "stop": 874924933
        },
        {
            "start": 874924934,
            "stop": 874924999
        },
        {
            "start": 874925000,
            "stop": 874925068
        },
        {
            "start": 874925069,
            "stop": 874925132
        },
        {
            "start": 874925133,
            "stop": 874925175
        },
        {
            "start": 874925176,
            "stop": 874925217
        },
        {
            "start": 874925219,
            "stop": 874925281
        },
        {
            "start": 874925282,
            "stop": 874925322
        },
        {
            "start": 874925324,
            "stop": 874925343
        },
        {
            "start": 874925344,
            "stop": 874925382
        },
        {
            "start": 874925383,
            "stop": 874925387
        },
        {
            "start": 874925389,
            "stop": 874925497
        },
        {
            "start": 874925498,
            "stop": 874925537
        },
        {
            "start": 874925538,
            "stop": 874925611
        },
        {
            "start": 874925612,
            "stop": 874925628
        },
        {
            "start": 874925630,
            "stop": 874925665
        },
        {
            "start": 874925667,
            "stop": 874925670
        },
        {
            "start": 874925671,
            "stop": 874925674
        },
        {
            "start": 874925678,
            "stop": 874925686
        },
        {
            "start": 874925687,
            "stop": 874925690
        }
    ]
}