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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=355",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 356,
    "results": [
        {
            "start": 858370716,
            "stop": 858370766
        },
        {
            "start": 858370770,
            "stop": 858370848
        },
        {
            "start": 858370851,
            "stop": 858371111
        },
        {
            "start": 858371115,
            "stop": 858371227
        },
        {
            "start": 858371231,
            "stop": 858371405
        },
        {
            "start": 858371408,
            "stop": 858372185
        },
        {
            "start": 858372200,
            "stop": 858372205
        },
        {
            "start": 858372209,
            "stop": 858372359
        },
        {
            "start": 858372363,
            "stop": 858372383
        },
        {
            "start": 858372459,
            "stop": 858372639
        },
        {
            "start": 858372643,
            "stop": 858372687
        },
        {
            "start": 858372691,
            "stop": 858372701
        },
        {
            "start": 858372715,
            "stop": 858372721
        },
        {
            "start": 858372726,
            "stop": 858372784
        },
        {
            "start": 858372788,
            "stop": 858372824
        },
        {
            "start": 858372832,
            "stop": 858372911
        },
        {
            "start": 858372915,
            "stop": 858372960
        },
        {
            "start": 858372965,
            "stop": 858373003
        },
        {
            "start": 858373012,
            "stop": 858373022
        },
        {
            "start": 858373026,
            "stop": 858373046
        }
    ]
}