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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=23",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 24,
    "results": [
        {
            "start": 815467648,
            "stop": 815467734
        },
        {
            "start": 815467753,
            "stop": 815467804
        },
        {
            "start": 815467823,
            "stop": 815467905
        },
        {
            "start": 815467922,
            "stop": 815467957
        },
        {
            "start": 815467984,
            "stop": 815468062
        },
        {
            "start": 815468079,
            "stop": 815468107
        },
        {
            "start": 815468126,
            "stop": 815468136
        },
        {
            "start": 815468153,
            "stop": 815468283
        },
        {
            "start": 815468300,
            "stop": 815468602
        },
        {
            "start": 815468619,
            "stop": 815468819
        },
        {
            "start": 815468838,
            "stop": 815468992
        },
        {
            "start": 815469011,
            "stop": 815469269
        },
        {
            "start": 815469286,
            "stop": 815469322
        },
        {
            "start": 815469339,
            "stop": 815469504
        },
        {
            "start": 815469507,
            "stop": 815469530
        },
        {
            "start": 815469547,
            "stop": 815469575
        },
        {
            "start": 815469594,
            "stop": 815469704
        },
        {
            "start": 815469721,
            "stop": 815469747
        },
        {
            "start": 815469764,
            "stop": 815469784
        },
        {
            "start": 815469802,
            "stop": 815469846
        }
    ]
}