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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=336",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 337,
    "results": [
        {
            "start": 818251648,
            "stop": 818251650
        },
        {
            "start": 818251653,
            "stop": 818251665
        },
        {
            "start": 818251696,
            "stop": 818251697
        },
        {
            "start": 818251705,
            "stop": 818251706
        },
        {
            "start": 818251717,
            "stop": 818251719
        },
        {
            "start": 818251723,
            "stop": 818251726
        },
        {
            "start": 818251735,
            "stop": 818251741
        },
        {
            "start": 818251747,
            "stop": 818251752
        },
        {
            "start": 818251756,
            "stop": 818251757
        },
        {
            "start": 818251760,
            "stop": 818251767
        },
        {
            "start": 818251785,
            "stop": 818251789
        },
        {
            "start": 818251794,
            "stop": 818251798
        },
        {
            "start": 818251801,
            "stop": 818251804
        },
        {
            "start": 818251817,
            "stop": 818251818
        },
        {
            "start": 818251831,
            "stop": 818251832
        },
        {
            "start": 818251840,
            "stop": 818251843
        },
        {
            "start": 818251855,
            "stop": 818251857
        },
        {
            "start": 818251862,
            "stop": 818251863
        },
        {
            "start": 818251873,
            "stop": 818251875
        },
        {
            "start": 818251880,
            "stop": 818251886
        }
    ]
}