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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=112",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 113,
    "results": [
        {
            "start": 825535327,
            "stop": 825535367
        },
        {
            "start": 825535369,
            "stop": 825535379
        },
        {
            "start": 825535381,
            "stop": 825535474
        },
        {
            "start": 825535476,
            "stop": 825535498
        },
        {
            "start": 825535500,
            "stop": 825535585
        },
        {
            "start": 825535587,
            "stop": 825535600
        },
        {
            "start": 825535603,
            "stop": 825535630
        },
        {
            "start": 825535632,
            "stop": 825535645
        },
        {
            "start": 825535647,
            "stop": 825535657
        },
        {
            "start": 825535659,
            "stop": 825535662
        },
        {
            "start": 825535664,
            "stop": 825535670
        },
        {
            "start": 825535673,
            "stop": 825535824
        },
        {
            "start": 825535826,
            "stop": 825535899
        },
        {
            "start": 825535901,
            "stop": 825535902
        },
        {
            "start": 825535904,
            "stop": 825535907
        },
        {
            "start": 825535910,
            "stop": 825535914
        },
        {
            "start": 825535916,
            "stop": 825535944
        },
        {
            "start": 825535946,
            "stop": 825535964
        },
        {
            "start": 825535967,
            "stop": 825535971
        },
        {
            "start": 825535973,
            "stop": 825535974
        }
    ]
}