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=4537
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=4538",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4536",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4537,
    "results": [
        {
            "start": 968664996,
            "stop": 968665233
        },
        {
            "start": 968665236,
            "stop": 968665805
        },
        {
            "start": 968665808,
            "stop": 968666189
        },
        {
            "start": 968666192,
            "stop": 968666996
        },
        {
            "start": 968666999,
            "stop": 968667486
        },
        {
            "start": 968667489,
            "stop": 968667529
        },
        {
            "start": 968667532,
            "stop": 968668377
        },
        {
            "start": 968668380,
            "stop": 968668520
        },
        {
            "start": 968668523,
            "stop": 968668668
        },
        {
            "start": 968668671,
            "stop": 968668935
        },
        {
            "start": 968668938,
            "stop": 968669100
        },
        {
            "start": 968669103,
            "stop": 968669192
        },
        {
            "start": 968669195,
            "stop": 968670920
        },
        {
            "start": 968670923,
            "stop": 968671196
        },
        {
            "start": 968671199,
            "stop": 968671202
        },
        {
            "start": 968671205,
            "stop": 968671446
        },
        {
            "start": 968671449,
            "stop": 968671593
        },
        {
            "start": 968671598,
            "stop": 968671611
        },
        {
            "start": 968671614,
            "stop": 968671615
        },
        {
            "start": 968671618,
            "stop": 968671742
        }
    ]
}