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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3774",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3772",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3773,
    "results": [
        {
            "start": 971530378,
            "stop": 971530404
        },
        {
            "start": 971530407,
            "stop": 971530426
        },
        {
            "start": 971530430,
            "stop": 971530473
        },
        {
            "start": 971530479,
            "stop": 971530482
        },
        {
            "start": 971530485,
            "stop": 971530518
        },
        {
            "start": 971530521,
            "stop": 971530539
        },
        {
            "start": 971530543,
            "stop": 971530559
        },
        {
            "start": 971530562,
            "stop": 971530577
        },
        {
            "start": 971530580,
            "stop": 971530596
        },
        {
            "start": 971530601,
            "stop": 971530658
        },
        {
            "start": 971530661,
            "stop": 971530663
        },
        {
            "start": 971530666,
            "stop": 971530714
        },
        {
            "start": 971596522,
            "stop": 971596636
        },
        {
            "start": 971596696,
            "stop": 971596756
        },
        {
            "start": 971596996,
            "stop": 971597168
        },
        {
            "start": 971597171,
            "stop": 971597519
        },
        {
            "start": 971597522,
            "stop": 971597823
        },
        {
            "start": 971597826,
            "stop": 971598058
        },
        {
            "start": 971598061,
            "stop": 971598265
        },
        {
            "start": 971598268,
            "stop": 971598761
        }
    ]
}