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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9953",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9954,
    "results": [
        {
            "start": 875197052,
            "stop": 875197444
        },
        {
            "start": 875197461,
            "stop": 875197486
        },
        {
            "start": 875197489,
            "stop": 875197500
        },
        {
            "start": 875197560,
            "stop": 875197809
        },
        {
            "start": 875197812,
            "stop": 875198810
        },
        {
            "start": 875198827,
            "stop": 875199040
        },
        {
            "start": 875199186,
            "stop": 875199382
        },
        {
            "start": 875199502,
            "stop": 875199538
        },
        {
            "start": 875199727,
            "stop": 875200550
        },
        {
            "start": 875200553,
            "stop": 875200576
        },
        {
            "start": 875200579,
            "stop": 875200617
        },
        {
            "start": 875200622,
            "stop": 875200656
        },
        {
            "start": 875200659,
            "stop": 875200704
        },
        {
            "start": 875200707,
            "stop": 875200812
        },
        {
            "start": 875200815,
            "stop": 875201259
        },
        {
            "start": 875201396,
            "stop": 875202007
        },
        {
            "start": 875202127,
            "stop": 875202210
        },
        {
            "start": 875202227,
            "stop": 875202300
        },
        {
            "start": 875202360,
            "stop": 875202963
        },
        {
            "start": 875202967,
            "stop": 875203316
        }
    ]
}