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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=134",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 135,
    "results": [
        {
            "start": 1176616013,
            "stop": 1176616014
        },
        {
            "start": 1176616016,
            "stop": 1176616123
        },
        {
            "start": 1176616124,
            "stop": 1176616136
        },
        {
            "start": 1176616137,
            "stop": 1176616139
        },
        {
            "start": 1176616140,
            "stop": 1176616141
        },
        {
            "start": 1176616142,
            "stop": 1176616621
        },
        {
            "start": 1176616622,
            "stop": 1176616958
        },
        {
            "start": 1176616960,
            "stop": 1176617044
        },
        {
            "start": 1176617051,
            "stop": 1176617052
        },
        {
            "start": 1176617053,
            "stop": 1176617233
        },
        {
            "start": 1176617234,
            "stop": 1176617262
        },
        {
            "start": 1176617268,
            "stop": 1176617269
        },
        {
            "start": 1176617273,
            "stop": 1176622773
        },
        {
            "start": 1176625570,
            "stop": 1176631828
        },
        {
            "start": 1176631829,
            "stop": 1176631987
        },
        {
            "start": 1176631988,
            "stop": 1176633453
        },
        {
            "start": 1176633454,
            "stop": 1176633634
        },
        {
            "start": 1176633635,
            "stop": 1176633636
        },
        {
            "start": 1176633637,
            "stop": 1176633646
        },
        {
            "start": 1176633647,
            "stop": 1176634461
        }
    ]
}