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=417
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=418",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=416",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 417,
    "results": [
        {
            "start": 940773750,
            "stop": 940774393
        },
        {
            "start": 940782543,
            "stop": 940784955
        },
        {
            "start": 940784957,
            "stop": 940791423
        },
        {
            "start": 940843743,
            "stop": 940858847
        },
        {
            "start": 940858850,
            "stop": 940859030
        },
        {
            "start": 940859031,
            "stop": 940859708
        },
        {
            "start": 940859709,
            "stop": 940860117
        },
        {
            "start": 940860119,
            "stop": 940860157
        },
        {
            "start": 940860158,
            "stop": 940860261
        },
        {
            "start": 940860263,
            "stop": 940860531
        },
        {
            "start": 940860533,
            "stop": 940860802
        },
        {
            "start": 940860805,
            "stop": 940860813
        },
        {
            "start": 940860815,
            "stop": 940860892
        },
        {
            "start": 940860894,
            "stop": 940860908
        },
        {
            "start": 940860910,
            "stop": 940861002
        },
        {
            "start": 940861004,
            "stop": 940861019
        },
        {
            "start": 940861021,
            "stop": 940861023
        },
        {
            "start": 940861024,
            "stop": 940861142
        },
        {
            "start": 940861144,
            "stop": 940861150
        },
        {
            "start": 940861152,
            "stop": 940861162
        }
    ]
}