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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4512",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4510",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4511,
    "results": [
        {
            "start": 968414621,
            "stop": 968414622
        },
        {
            "start": 968414625,
            "stop": 968414634
        },
        {
            "start": 968416615,
            "stop": 968417111
        },
        {
            "start": 968417114,
            "stop": 968418629
        },
        {
            "start": 968418632,
            "stop": 968418650
        },
        {
            "start": 968418653,
            "stop": 968419001
        },
        {
            "start": 968419004,
            "stop": 968419194
        },
        {
            "start": 968419199,
            "stop": 968419218
        },
        {
            "start": 968419222,
            "stop": 968419240
        },
        {
            "start": 968419245,
            "stop": 968419266
        },
        {
            "start": 968419274,
            "stop": 968419284
        },
        {
            "start": 968419287,
            "stop": 968419306
        },
        {
            "start": 968419310,
            "stop": 968419330
        },
        {
            "start": 968419333,
            "stop": 968419478
        },
        {
            "start": 968419538,
            "stop": 968419962
        },
        {
            "start": 968419965,
            "stop": 968419972
        },
        {
            "start": 968419975,
            "stop": 968420010
        },
        {
            "start": 968420027,
            "stop": 968420448
        },
        {
            "start": 968420451,
            "stop": 968421553
        },
        {
            "start": 968421556,
            "stop": 968421593
        }
    ]
}