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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7434",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7432",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7433,
    "results": [
        {
            "start": 969985411,
            "stop": 969985487
        },
        {
            "start": 969985607,
            "stop": 969985791
        },
        {
            "start": 969985794,
            "stop": 969985837
        },
        {
            "start": 969985840,
            "stop": 969985967
        },
        {
            "start": 969986147,
            "stop": 969986165
        },
        {
            "start": 969986170,
            "stop": 969986171
        },
        {
            "start": 969986175,
            "stop": 969986199
        },
        {
            "start": 969986239,
            "stop": 969986355
        },
        {
            "start": 969986358,
            "stop": 969986558
        },
        {
            "start": 969986561,
            "stop": 969986679
        },
        {
            "start": 969986759,
            "stop": 969986782
        },
        {
            "start": 969986785,
            "stop": 969986839
        },
        {
            "start": 969986987,
            "stop": 969987047
        },
        {
            "start": 969987319,
            "stop": 969987321
        },
        {
            "start": 969987324,
            "stop": 969987407
        },
        {
            "start": 969987470,
            "stop": 969987679
        },
        {
            "start": 969987719,
            "stop": 969987834
        },
        {
            "start": 969987837,
            "stop": 969987894
        },
        {
            "start": 969987897,
            "stop": 969987930
        },
        {
            "start": 969987933,
            "stop": 969987947
        }
    ]
}