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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=802",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=800",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 801,
    "results": [
        {
            "start": 957772385,
            "stop": 957772478
        },
        {
            "start": 957772484,
            "stop": 957773065
        },
        {
            "start": 957773070,
            "stop": 957773308
        },
        {
            "start": 957773314,
            "stop": 957773352
        },
        {
            "start": 957773358,
            "stop": 957773411
        },
        {
            "start": 957773417,
            "stop": 957773666
        },
        {
            "start": 957773672,
            "stop": 957773834
        },
        {
            "start": 957773840,
            "stop": 957773878
        },
        {
            "start": 957773884,
            "stop": 957774383
        },
        {
            "start": 957774389,
            "stop": 957774579
        },
        {
            "start": 957774585,
            "stop": 957774590
        },
        {
            "start": 957774596,
            "stop": 957774650
        },
        {
            "start": 957778181,
            "stop": 957779616
        },
        {
            "start": 957779622,
            "stop": 957779872
        },
        {
            "start": 957779878,
            "stop": 957780121
        },
        {
            "start": 957780127,
            "stop": 957780576
        },
        {
            "start": 957780582,
            "stop": 957780637
        },
        {
            "start": 957780642,
            "stop": 957780814
        },
        {
            "start": 957780820,
            "stop": 957781478
        },
        {
            "start": 957785098,
            "stop": 957785981
        }
    ]
}