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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7282",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7283,
    "results": [
        {
            "start": 875031523,
            "stop": 875031696
        },
        {
            "start": 875031697,
            "stop": 875031855
        },
        {
            "start": 875031857,
            "stop": 875031921
        },
        {
            "start": 875031922,
            "stop": 875032031
        },
        {
            "start": 875032032,
            "stop": 875032287
        },
        {
            "start": 875032290,
            "stop": 875032314
        },
        {
            "start": 875032317,
            "stop": 875032320
        },
        {
            "start": 875032323,
            "stop": 875032357
        },
        {
            "start": 875032358,
            "stop": 875032478
        },
        {
            "start": 875032480,
            "stop": 875032616
        },
        {
            "start": 875032617,
            "stop": 875032646
        },
        {
            "start": 875032647,
            "stop": 875032704
        },
        {
            "start": 875032706,
            "stop": 875032873
        },
        {
            "start": 875032876,
            "stop": 875032885
        },
        {
            "start": 875032888,
            "stop": 875033011
        },
        {
            "start": 875033013,
            "stop": 875033036
        },
        {
            "start": 875033037,
            "stop": 875033504
        },
        {
            "start": 875033505,
            "stop": 875033629
        },
        {
            "start": 875033631,
            "stop": 875034270
        },
        {
            "start": 875034271,
            "stop": 875034522
        }
    ]
}