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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 13,
    "results": [
        {
            "start": 1126110386,
            "stop": 1126110566
        },
        {
            "start": 1126110568,
            "stop": 1126110773
        },
        {
            "start": 1126110774,
            "stop": 1126110880
        },
        {
            "start": 1126110881,
            "stop": 1126111079
        },
        {
            "start": 1126111083,
            "stop": 1126111127
        },
        {
            "start": 1126111129,
            "stop": 1126111135
        },
        {
            "start": 1126111136,
            "stop": 1126111138
        },
        {
            "start": 1126164689,
            "stop": 1126165225
        },
        {
            "start": 1126165227,
            "stop": 1126165388
        },
        {
            "start": 1126165390,
            "stop": 1126165543
        },
        {
            "start": 1126165545,
            "stop": 1126165732
        },
        {
            "start": 1126165734,
            "stop": 1126165753
        },
        {
            "start": 1126165755,
            "stop": 1126165769
        },
        {
            "start": 1126165771,
            "stop": 1126165812
        },
        {
            "start": 1126165814,
            "stop": 1126165826
        },
        {
            "start": 1126165828,
            "stop": 1126165891
        },
        {
            "start": 1126165893,
            "stop": 1126165912
        },
        {
            "start": 1126165913,
            "stop": 1126165915
        },
        {
            "start": 1126234052,
            "stop": 1126238906
        },
        {
            "start": 1126245601,
            "stop": 1126245723
        }
    ]
}