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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8180",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8181,
    "results": [
        {
            "start": 971014126,
            "stop": 971014151
        },
        {
            "start": 971014154,
            "stop": 971014170
        },
        {
            "start": 971014173,
            "stop": 971014191
        },
        {
            "start": 971014194,
            "stop": 971014200
        },
        {
            "start": 971014203,
            "stop": 971014245
        },
        {
            "start": 971014248,
            "stop": 971014253
        },
        {
            "start": 971014256,
            "stop": 971014269
        },
        {
            "start": 971026186,
            "stop": 971026211
        },
        {
            "start": 971026214,
            "stop": 971026215
        },
        {
            "start": 971026226,
            "stop": 971026362
        },
        {
            "start": 971026365,
            "stop": 971026389
        },
        {
            "start": 971026394,
            "stop": 971026406
        },
        {
            "start": 971026409,
            "stop": 971026435
        },
        {
            "start": 971026438,
            "stop": 971026520
        },
        {
            "start": 971026529,
            "stop": 971026616
        },
        {
            "start": 971026619,
            "stop": 971026630
        },
        {
            "start": 971026637,
            "stop": 971026889
        },
        {
            "start": 971026892,
            "stop": 971026968
        },
        {
            "start": 971026971,
            "stop": 971026990
        },
        {
            "start": 971026993,
            "stop": 971027057
        }
    ]
}