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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=180",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 181,
    "results": [
        {
            "start": 870110716,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870132728
        },
        {
            "start": 870132980,
            "stop": 870177887
        },
        {
            "start": 870178986,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870214718
        },
        {
            "start": 870214870,
            "stop": 870273263
        },
        {
            "start": 870274256,
            "stop": 870274330
        },
        {
            "start": 870275651,
            "stop": 870290019
        },
        {
            "start": 870290247,
            "stop": 870342121
        },
        {
            "start": 870343000,
            "stop": 870403861
        },
        {
            "start": 870404841,
            "stop": 870467408
        },
        {
            "start": 870468356,
            "stop": 870521525
        },
        {
            "start": 870521727,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870560004
        },
        {
            "start": 870560960,
            "stop": 870568229
        },
        {
            "start": 870569365,
            "stop": 870578163
        },
        {
            "start": 870578569,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870629014
        }
    ]
}