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=46909
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=46910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46908",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46909,
    "results": [
        {
            "start": 875184250,
            "stop": 875184276
        },
        {
            "start": 875184277,
            "stop": 875184291
        },
        {
            "start": 875184292,
            "stop": 875184340
        },
        {
            "start": 875184341,
            "stop": 875184345
        },
        {
            "start": 875184346,
            "stop": 875184356
        },
        {
            "start": 875184357,
            "stop": 875184361
        },
        {
            "start": 875184362,
            "stop": 875184368
        },
        {
            "start": 875184369,
            "stop": 875184383
        },
        {
            "start": 875184384,
            "stop": 875184401
        },
        {
            "start": 875184402,
            "stop": 875184403
        },
        {
            "start": 875184405,
            "stop": 875184421
        },
        {
            "start": 875184423,
            "stop": 875184425
        },
        {
            "start": 875184426,
            "stop": 875184441
        },
        {
            "start": 875184443,
            "stop": 875184461
        },
        {
            "start": 875184462,
            "stop": 875184468
        },
        {
            "start": 875184469,
            "stop": 875184489
        },
        {
            "start": 875184490,
            "stop": 875184510
        },
        {
            "start": 875184511,
            "stop": 875184571
        },
        {
            "start": 875184572,
            "stop": 875184601
        },
        {
            "start": 875184602,
            "stop": 875184638
        }
    ]
}