Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5275
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5276",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5274",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5275,
    "results": [
        {
            "start": 1136400841,
            "stop": 1136400889
        },
        {
            "start": 1136400891,
            "stop": 1136400926
        },
        {
            "start": 1136400928,
            "stop": 1136400938
        },
        {
            "start": 1136400940,
            "stop": 1136400952
        },
        {
            "start": 1136400953,
            "stop": 1136401003
        },
        {
            "start": 1136401005,
            "stop": 1136401175
        },
        {
            "start": 1136401177,
            "stop": 1136401180
        },
        {
            "start": 1136401182,
            "stop": 1136401269
        },
        {
            "start": 1136401272,
            "stop": 1136401291
        },
        {
            "start": 1136401293,
            "stop": 1136401316
        },
        {
            "start": 1136401318,
            "stop": 1136401334
        },
        {
            "start": 1136401336,
            "stop": 1136401435
        },
        {
            "start": 1136401437,
            "stop": 1136401562
        },
        {
            "start": 1136401564,
            "stop": 1136401627
        },
        {
            "start": 1136401628,
            "stop": 1136401646
        },
        {
            "start": 1136401648,
            "stop": 1136401718
        },
        {
            "start": 1136401722,
            "stop": 1136401823
        },
        {
            "start": 1136401825,
            "stop": 1136401843
        },
        {
            "start": 1136401845,
            "stop": 1136401853
        },
        {
            "start": 1136401855,
            "stop": 1136401858
        }
    ]
}