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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2170",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2171,
    "results": [
        {
            "start": 870394879,
            "stop": 870394919
        },
        {
            "start": 870394922,
            "stop": 870403861
        },
        {
            "start": 870404841,
            "stop": 870431460
        },
        {
            "start": 870431520,
            "stop": 870446267
        },
        {
            "start": 870446273,
            "stop": 870447902
        },
        {
            "start": 870447908,
            "stop": 870449385
        },
        {
            "start": 870449390,
            "stop": 870449395
        },
        {
            "start": 870449400,
            "stop": 870451102
        },
        {
            "start": 870451108,
            "stop": 870452880
        },
        {
            "start": 870453282,
            "stop": 870453716
        },
        {
            "start": 870454016,
            "stop": 870455146
        },
        {
            "start": 870455147,
            "stop": 870455872
        },
        {
            "start": 870455878,
            "stop": 870455890
        },
        {
            "start": 870455895,
            "stop": 870455905
        },
        {
            "start": 870455915,
            "stop": 870455930
        },
        {
            "start": 870455940,
            "stop": 870457500
        },
        {
            "start": 870457560,
            "stop": 870457565
        },
        {
            "start": 870457570,
            "stop": 870457585
        },
        {
            "start": 870457590,
            "stop": 870457612
        },
        {
            "start": 870457613,
            "stop": 870459000
        }
    ]
}