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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=178",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 179,
    "results": [
        {
            "start": 819993130,
            "stop": 819993201
        },
        {
            "start": 819993204,
            "stop": 819993392
        },
        {
            "start": 819993395,
            "stop": 819993734
        },
        {
            "start": 819993737,
            "stop": 819993774
        },
        {
            "start": 819993777,
            "stop": 819994057
        },
        {
            "start": 819994060,
            "stop": 819994424
        },
        {
            "start": 819994427,
            "stop": 819994472
        },
        {
            "start": 819994476,
            "stop": 819995743
        },
        {
            "start": 819995747,
            "stop": 819996023
        },
        {
            "start": 819996026,
            "stop": 819996260
        },
        {
            "start": 819996263,
            "stop": 819997131
        },
        {
            "start": 819997134,
            "stop": 819997215
        },
        {
            "start": 819997219,
            "stop": 819997303
        },
        {
            "start": 819997307,
            "stop": 819997504
        },
        {
            "start": 819997507,
            "stop": 819997719
        },
        {
            "start": 819997723,
            "stop": 819997725
        },
        {
            "start": 819997729,
            "stop": 819997834
        },
        {
            "start": 819997837,
            "stop": 819997865
        },
        {
            "start": 819997868,
            "stop": 819997956
        },
        {
            "start": 819997959,
            "stop": 819998406
        }
    ]
}