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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2152",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2153,
    "results": [
        {
            "start": 868999040,
            "stop": 868999227
        },
        {
            "start": 868999233,
            "stop": 868999247
        },
        {
            "start": 868999255,
            "stop": 868999277
        },
        {
            "start": 868999283,
            "stop": 869000130
        },
        {
            "start": 869000135,
            "stop": 869000145
        },
        {
            "start": 869000150,
            "stop": 869000192
        },
        {
            "start": 869000200,
            "stop": 869000265
        },
        {
            "start": 869000270,
            "stop": 869005206
        },
        {
            "start": 869005435,
            "stop": 869006481
        },
        {
            "start": 869006797,
            "stop": 869006859
        },
        {
            "start": 869007193,
            "stop": 869007207
        },
        {
            "start": 869007537,
            "stop": 869010757
        },
        {
            "start": 869010765,
            "stop": 869010790
        },
        {
            "start": 869010795,
            "stop": 869010805
        },
        {
            "start": 869010810,
            "stop": 869010817
        },
        {
            "start": 869010823,
            "stop": 869020038
        },
        {
            "start": 869020338,
            "stop": 869020490
        },
        {
            "start": 869020794,
            "stop": 869021160
        },
        {
            "start": 869021220,
            "stop": 869051369
        },
        {
            "start": 869053115,
            "stop": 869059948
        }
    ]
}