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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 8,
    "results": [
        {
            "start": 931087872,
            "stop": 931087873
        },
        {
            "start": 931087875,
            "stop": 931087884
        },
        {
            "start": 931087906,
            "stop": 931087911
        },
        {
            "start": 931087915,
            "stop": 931087920
        },
        {
            "start": 931087927,
            "stop": 931087929
        },
        {
            "start": 931087941,
            "stop": 931087950
        },
        {
            "start": 931087956,
            "stop": 931087959
        },
        {
            "start": 931087965,
            "stop": 931087981
        },
        {
            "start": 931087983,
            "stop": 931087984
        },
        {
            "start": 931087993,
            "stop": 931087997
        },
        {
            "start": 931087999,
            "stop": 931088001
        },
        {
            "start": 931088003,
            "stop": 931088006
        },
        {
            "start": 931088019,
            "stop": 931088020
        },
        {
            "start": 931088037,
            "stop": 931088040
        },
        {
            "start": 931088041,
            "stop": 931088043
        },
        {
            "start": 931088044,
            "stop": 931088049
        },
        {
            "start": 931088051,
            "stop": 931088053
        },
        {
            "start": 931088060,
            "stop": 931088062
        },
        {
            "start": 931088072,
            "stop": 931088073
        },
        {
            "start": 931088079,
            "stop": 931088086
        }
    ]
}