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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=140",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 141,
    "results": [
        {
            "start": 829226019,
            "stop": 829226027
        },
        {
            "start": 829226031,
            "stop": 829226046
        },
        {
            "start": 829226054,
            "stop": 829228085
        },
        {
            "start": 829233323,
            "stop": 829234451
        },
        {
            "start": 829234816,
            "stop": 829248302
        },
        {
            "start": 829250842,
            "stop": 829259473
        },
        {
            "start": 829260459,
            "stop": 829263372
        },
        {
            "start": 829278750,
            "stop": 829288390
        },
        {
            "start": 829288566,
            "stop": 829330993
        },
        {
            "start": 829332203,
            "stop": 829333729
        },
        {
            "start": 829334416,
            "stop": 829335944
        },
        {
            "start": 829336991,
            "stop": 829340653
        },
        {
            "start": 829340666,
            "stop": 829340668
        },
        {
            "start": 829340787,
            "stop": 829349113
        },
        {
            "start": 829352466,
            "stop": 829363303
        },
        {
            "start": 829364452,
            "stop": 829380193
        },
        {
            "start": 829380209,
            "stop": 829380210
        },
        {
            "start": 829380906,
            "stop": 829396081
        },
        {
            "start": 829396641,
            "stop": 829396927
        },
        {
            "start": 829397041,
            "stop": 829407651
        }
    ]
}