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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=44",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 45,
    "results": [
        {
            "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": 817035420
        },
        {
            "start": 817035480,
            "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": 817047420
        },
        {
            "start": 817047480,
            "stop": 817049922
        },
        {
            "start": 817049939,
            "stop": 817050287
        },
        {
            "start": 817050290,
            "stop": 817051903
        }
    ]
}