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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4348",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4349,
    "results": [
        {
            "start": 874761649,
            "stop": 874761650
        },
        {
            "start": 874761707,
            "stop": 874761894
        },
        {
            "start": 874761913,
            "stop": 874762076
        },
        {
            "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
        }
    ]
}