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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=411",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 412,
    "results": [
        {
            "start": 939692632,
            "stop": 939709620
        },
        {
            "start": 939713630,
            "stop": 939724325
        },
        {
            "start": 939724326,
            "stop": 939732403
        },
        {
            "start": 939737372,
            "stop": 939740453
        },
        {
            "start": 939742951,
            "stop": 939754585
        },
        {
            "start": 939754587,
            "stop": 939754673
        },
        {
            "start": 939754675,
            "stop": 939754683
        },
        {
            "start": 939754685,
            "stop": 939755392
        },
        {
            "start": 939765730,
            "stop": 939767777
        },
        {
            "start": 939767778,
            "stop": 939767926
        },
        {
            "start": 939767928,
            "stop": 939767929
        },
        {
            "start": 939767930,
            "stop": 939777194
        },
        {
            "start": 939786625,
            "stop": 939792525
        },
        {
            "start": 939795135,
            "stop": 939828998
        },
        {
            "start": 939831746,
            "stop": 939849521
        },
        {
            "start": 939849523,
            "stop": 939852516
        },
        {
            "start": 939855971,
            "stop": 939870505
        },
        {
            "start": 939885315,
            "stop": 939892153
        },
        {
            "start": 939895868,
            "stop": 939939154
        },
        {
            "start": 939946485,
            "stop": 939949631
        }
    ]
}