Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=64",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 65,
    "results": [
        {
            "start": 817773011,
            "stop": 817773666
        },
        {
            "start": 817773669,
            "stop": 817773673
        },
        {
            "start": 817773676,
            "stop": 817773680
        },
        {
            "start": 817773683,
            "stop": 817773698
        },
        {
            "start": 817773702,
            "stop": 817773714
        },
        {
            "start": 817773721,
            "stop": 817773733
        },
        {
            "start": 817773738,
            "stop": 817773762
        },
        {
            "start": 817773765,
            "stop": 817773859
        },
        {
            "start": 817773862,
            "stop": 817773876
        },
        {
            "start": 817773879,
            "stop": 817773993
        },
        {
            "start": 817773996,
            "stop": 817774377
        },
        {
            "start": 817774380,
            "stop": 817774916
        },
        {
            "start": 817774919,
            "stop": 817774942
        },
        {
            "start": 817774945,
            "stop": 817774951
        },
        {
            "start": 817774954,
            "stop": 817774955
        },
        {
            "start": 817774963,
            "stop": 817775034
        },
        {
            "start": 817775038,
            "stop": 817775065
        },
        {
            "start": 817775068,
            "stop": 817775080
        },
        {
            "start": 817775083,
            "stop": 817775096
        },
        {
            "start": 817775099,
            "stop": 817775146
        }
    ]
}