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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=128",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 129,
    "results": [
        {
            "start": 931352865,
            "stop": 931352866
        },
        {
            "start": 931352994,
            "stop": 931352995
        },
        {
            "start": 931353150,
            "stop": 931353152
        },
        {
            "start": 931353365,
            "stop": 931353366
        },
        {
            "start": 931353440,
            "stop": 931353441
        },
        {
            "start": 931353480,
            "stop": 931353481
        },
        {
            "start": 931353491,
            "stop": 931353492
        },
        {
            "start": 931353512,
            "stop": 931353514
        },
        {
            "start": 931353558,
            "stop": 931353559
        },
        {
            "start": 931353565,
            "stop": 931353567
        },
        {
            "start": 931353596,
            "stop": 931353597
        },
        {
            "start": 931353617,
            "stop": 931353618
        },
        {
            "start": 931353624,
            "stop": 931353626
        },
        {
            "start": 931353665,
            "stop": 931353666
        },
        {
            "start": 931353697,
            "stop": 931353699
        },
        {
            "start": 931353701,
            "stop": 931353702
        },
        {
            "start": 931353743,
            "stop": 931353744
        },
        {
            "start": 931353797,
            "stop": 931353798
        },
        {
            "start": 931353840,
            "stop": 931353842
        },
        {
            "start": 931353868,
            "stop": 931353870
        }
    ]
}