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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4866",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4867,
    "results": [
        {
            "start": 874762095,
            "stop": 874762148
        },
        {
            "start": 874762167,
            "stop": 874762212
        },
        {
            "start": 874762231,
            "stop": 874762404
        },
        {
            "start": 874762424,
            "stop": 874762508
        },
        {
            "start": 874762534,
            "stop": 874762835
        },
        {
            "start": 874762856,
            "stop": 874762935
        },
        {
            "start": 874762954,
            "stop": 874763060
        },
        {
            "start": 874763079,
            "stop": 874763127
        },
        {
            "start": 874763146,
            "stop": 874763155
        },
        {
            "start": 874763174,
            "stop": 874763220
        },
        {
            "start": 874763280,
            "stop": 874763489
        },
        {
            "start": 874763532,
            "stop": 874763556
        },
        {
            "start": 874763581,
            "stop": 874763708
        },
        {
            "start": 874763728,
            "stop": 874763773
        },
        {
            "start": 874763795,
            "stop": 874763896
        },
        {
            "start": 874763915,
            "stop": 874763967
        },
        {
            "start": 874764143,
            "stop": 874764171
        },
        {
            "start": 874764190,
            "stop": 874764430
        },
        {
            "start": 874764449,
            "stop": 874764463
        },
        {
            "start": 874764482,
            "stop": 874764632
        }
    ]
}