Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=395
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=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=394",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 395,
    "results": [
        {
            "start": 824523897,
            "stop": 824524440
        },
        {
            "start": 824524620,
            "stop": 824526219
        },
        {
            "start": 824526245,
            "stop": 824527051
        },
        {
            "start": 824527071,
            "stop": 824527082
        },
        {
            "start": 824527123,
            "stop": 824527165
        },
        {
            "start": 824527187,
            "stop": 824529494
        },
        {
            "start": 824529513,
            "stop": 824532969
        },
        {
            "start": 824532973,
            "stop": 824532992
        },
        {
            "start": 824532995,
            "stop": 824534509
        },
        {
            "start": 824534551,
            "stop": 824534898
        },
        {
            "start": 824534915,
            "stop": 824535474
        },
        {
            "start": 824535491,
            "stop": 824536635
        },
        {
            "start": 824536638,
            "stop": 824537148
        },
        {
            "start": 824537151,
            "stop": 824537418
        },
        {
            "start": 824537421,
            "stop": 824538323
        },
        {
            "start": 824538326,
            "stop": 824538363
        },
        {
            "start": 824538366,
            "stop": 824538403
        },
        {
            "start": 824538406,
            "stop": 824540405
        },
        {
            "start": 824540408,
            "stop": 824543902
        },
        {
            "start": 824543906,
            "stop": 824545231
        }
    ]
}