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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46932",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46933,
    "results": [
        {
            "start": 875197250,
            "stop": 875197268
        },
        {
            "start": 875197270,
            "stop": 875197271
        },
        {
            "start": 875197273,
            "stop": 875197295
        },
        {
            "start": 875197296,
            "stop": 875197300
        },
        {
            "start": 875197306,
            "stop": 875197311
        },
        {
            "start": 875197312,
            "stop": 875197321
        },
        {
            "start": 875197324,
            "stop": 875197325
        },
        {
            "start": 875197327,
            "stop": 875197340
        },
        {
            "start": 875197341,
            "stop": 875197354
        },
        {
            "start": 875197355,
            "stop": 875197375
        },
        {
            "start": 875197376,
            "stop": 875197377
        },
        {
            "start": 875197378,
            "stop": 875197396
        },
        {
            "start": 875197398,
            "stop": 875197410
        },
        {
            "start": 875197411,
            "stop": 875197418
        },
        {
            "start": 875197419,
            "stop": 875197426
        },
        {
            "start": 875197427,
            "stop": 875197453
        },
        {
            "start": 875197454,
            "stop": 875197460
        },
        {
            "start": 875197461,
            "stop": 875197464
        },
        {
            "start": 875197468,
            "stop": 875197469
        },
        {
            "start": 875197473,
            "stop": 875197481
        }
    ]
}