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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=31",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 32,
    "results": [
        {
            "start": 817022247,
            "stop": 817022314
        },
        {
            "start": 817022317,
            "stop": 817023136
        },
        {
            "start": 817023139,
            "stop": 817025876
        },
        {
            "start": 817025879,
            "stop": 817027033
        },
        {
            "start": 817027036,
            "stop": 817029066
        },
        {
            "start": 817029070,
            "stop": 817030119
        },
        {
            "start": 817030122,
            "stop": 817030255
        },
        {
            "start": 817030258,
            "stop": 817031401
        },
        {
            "start": 817034008,
            "stop": 817034734
        },
        {
            "start": 817034737,
            "stop": 817034895
        },
        {
            "start": 817034898,
            "stop": 817035678
        },
        {
            "start": 817035681,
            "stop": 817036095
        },
        {
            "start": 817036098,
            "stop": 817037066
        },
        {
            "start": 817037069,
            "stop": 817037771
        },
        {
            "start": 817037774,
            "stop": 817039793
        },
        {
            "start": 817039796,
            "stop": 817041064
        },
        {
            "start": 817041067,
            "stop": 817041507
        },
        {
            "start": 817041510,
            "stop": 817044384
        },
        {
            "start": 817044387,
            "stop": 817045789
        },
        {
            "start": 817045792,
            "stop": 817049922
        }
    ]
}