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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=119",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 120,
    "results": [
        {
            "start": 817907607,
            "stop": 817907794
        },
        {
            "start": 817907801,
            "stop": 817907957
        },
        {
            "start": 817907986,
            "stop": 817908024
        },
        {
            "start": 817908053,
            "stop": 817908586
        },
        {
            "start": 817908594,
            "stop": 817908625
        },
        {
            "start": 817908655,
            "stop": 817908664
        },
        {
            "start": 817908671,
            "stop": 817908724
        },
        {
            "start": 817909481,
            "stop": 817909486
        },
        {
            "start": 817909513,
            "stop": 817909633
        },
        {
            "start": 817981716,
            "stop": 817982111
        },
        {
            "start": 817982151,
            "stop": 817982170
        },
        {
            "start": 817982199,
            "stop": 817982271
        },
        {
            "start": 817982300,
            "stop": 817982864
        },
        {
            "start": 817982893,
            "stop": 817982921
        },
        {
            "start": 817982950,
            "stop": 817983253
        },
        {
            "start": 817983282,
            "stop": 817983284
        },
        {
            "start": 817983313,
            "stop": 817983597
        },
        {
            "start": 817983626,
            "stop": 817984392
        },
        {
            "start": 817984421,
            "stop": 817984615
        },
        {
            "start": 817984644,
            "stop": 817984818
        }
    ]
}