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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8860",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8861,
    "results": [
        {
            "start": 874749240,
            "stop": 874749361
        },
        {
            "start": 874749378,
            "stop": 874749873
        },
        {
            "start": 874749890,
            "stop": 874750190
        },
        {
            "start": 874750330,
            "stop": 874753428
        },
        {
            "start": 874753445,
            "stop": 874753920
        },
        {
            "start": 874753980,
            "stop": 874755914
        },
        {
            "start": 874755931,
            "stop": 874756850
        },
        {
            "start": 874756990,
            "stop": 874758710
        },
        {
            "start": 874758790,
            "stop": 874759218
        },
        {
            "start": 874759235,
            "stop": 874760630
        },
        {
            "start": 874760710,
            "stop": 874760825
        },
        {
            "start": 874760945,
            "stop": 874761060
        },
        {
            "start": 874761120,
            "stop": 874763220
        },
        {
            "start": 874763280,
            "stop": 874763483
        },
        {
            "start": 874763500,
            "stop": 874763990
        },
        {
            "start": 874764110,
            "stop": 874764394
        },
        {
            "start": 874764411,
            "stop": 874765942
        },
        {
            "start": 874765959,
            "stop": 874766315
        },
        {
            "start": 874766322,
            "stop": 874766880
        },
        {
            "start": 874766940,
            "stop": 874767294
        }
    ]
}