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=7389
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=7390",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7388",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7389,
    "results": [
        {
            "start": 969701151,
            "stop": 969701285
        },
        {
            "start": 969701288,
            "stop": 969701400
        },
        {
            "start": 969701403,
            "stop": 969701425
        },
        {
            "start": 969701428,
            "stop": 969701886
        },
        {
            "start": 969701889,
            "stop": 969703676
        },
        {
            "start": 969703679,
            "stop": 969703715
        },
        {
            "start": 969703718,
            "stop": 969704920
        },
        {
            "start": 969704923,
            "stop": 969704970
        },
        {
            "start": 969704973,
            "stop": 969705112
        },
        {
            "start": 969705115,
            "stop": 969705343
        },
        {
            "start": 969705346,
            "stop": 969707344
        },
        {
            "start": 969707347,
            "stop": 969707563
        },
        {
            "start": 969707566,
            "stop": 969709016
        },
        {
            "start": 969709019,
            "stop": 969709597
        },
        {
            "start": 969709600,
            "stop": 969710012
        },
        {
            "start": 969710015,
            "stop": 969710056
        },
        {
            "start": 969710059,
            "stop": 969711598
        },
        {
            "start": 969711601,
            "stop": 969712447
        },
        {
            "start": 969712450,
            "stop": 969712743
        },
        {
            "start": 969712746,
            "stop": 969712870
        }
    ]
}