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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1687",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1685",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1686,
    "results": [
        {
            "start": 957500268,
            "stop": 957500516
        },
        {
            "start": 957500518,
            "stop": 957500600
        },
        {
            "start": 957500602,
            "stop": 957500693
        },
        {
            "start": 957500695,
            "stop": 957500823
        },
        {
            "start": 957500825,
            "stop": 957500863
        },
        {
            "start": 957500865,
            "stop": 957501085
        },
        {
            "start": 957501087,
            "stop": 957501125
        },
        {
            "start": 957501127,
            "stop": 957501146
        },
        {
            "start": 957501148,
            "stop": 957501224
        },
        {
            "start": 957501226,
            "stop": 957501450
        },
        {
            "start": 957501452,
            "stop": 957501613
        },
        {
            "start": 957501615,
            "stop": 957501767
        },
        {
            "start": 957501768,
            "stop": 957502307
        },
        {
            "start": 957502309,
            "stop": 957502379
        },
        {
            "start": 957502381,
            "stop": 957502463
        },
        {
            "start": 957502465,
            "stop": 957502854
        },
        {
            "start": 957502856,
            "stop": 957503088
        },
        {
            "start": 957503090,
            "stop": 957503174
        },
        {
            "start": 957503175,
            "stop": 957503437
        },
        {
            "start": 957503439,
            "stop": 957503816
        }
    ]
}