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/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7908
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=7909",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7907",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7908,
    "results": [
        {
            "start": 969983808,
            "stop": 969983821
        },
        {
            "start": 969983826,
            "stop": 969983831
        },
        {
            "start": 969983834,
            "stop": 969983837
        },
        {
            "start": 969983842,
            "stop": 969983861
        },
        {
            "start": 969983867,
            "stop": 969983879
        },
        {
            "start": 969983888,
            "stop": 969983909
        },
        {
            "start": 969983918,
            "stop": 969983960
        },
        {
            "start": 969983963,
            "stop": 969983982
        },
        {
            "start": 969983985,
            "stop": 969983986
        },
        {
            "start": 969983989,
            "stop": 969984020
        },
        {
            "start": 969984023,
            "stop": 969984047
        },
        {
            "start": 969984050,
            "stop": 969984087
        },
        {
            "start": 969984090,
            "stop": 969984091
        },
        {
            "start": 969984097,
            "stop": 969984116
        },
        {
            "start": 969984119,
            "stop": 969984120
        },
        {
            "start": 969984126,
            "stop": 969984136
        },
        {
            "start": 969984143,
            "stop": 969984144
        },
        {
            "start": 969984147,
            "stop": 969984164
        },
        {
            "start": 969984177,
            "stop": 969984178
        },
        {
            "start": 969984185,
            "stop": 969984194
        }
    ]
}