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=461
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=462",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=460",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 461,
    "results": [
        {
            "start": 951559942,
            "stop": 951580821
        },
        {
            "start": 951610420,
            "stop": 951624588
        },
        {
            "start": 951634380,
            "stop": 951635619
        },
        {
            "start": 951637017,
            "stop": 951648472
        },
        {
            "start": 951652071,
            "stop": 951666271
        },
        {
            "start": 951672374,
            "stop": 951674702
        },
        {
            "start": 951674707,
            "stop": 951675926
        },
        {
            "start": 951683097,
            "stop": 951686695
        },
        {
            "start": 951686697,
            "stop": 951688085
        },
        {
            "start": 951688087,
            "stop": 951688089
        },
        {
            "start": 951688092,
            "stop": 951688438
        },
        {
            "start": 951688440,
            "stop": 951689616
        },
        {
            "start": 951689618,
            "stop": 951689621
        },
        {
            "start": 951689623,
            "stop": 951689624
        },
        {
            "start": 951689625,
            "stop": 951689627
        },
        {
            "start": 951689629,
            "stop": 951689632
        },
        {
            "start": 951689633,
            "stop": 951689965
        },
        {
            "start": 951689967,
            "stop": 951690421
        },
        {
            "start": 951690422,
            "stop": 951690855
        },
        {
            "start": 951694371,
            "stop": 951694614
        }
    ]
}