Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10268
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10267",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10268,
    "results": [
        {
            "start": 874759874,
            "stop": 874759895
        },
        {
            "start": 874759929,
            "stop": 874759952
        },
        {
            "start": 874759986,
            "stop": 874760004
        },
        {
            "start": 874760038,
            "stop": 874760160
        },
        {
            "start": 874760235,
            "stop": 874760326
        },
        {
            "start": 874760333,
            "stop": 874760400
        },
        {
            "start": 874760470,
            "stop": 874760511
        },
        {
            "start": 874760587,
            "stop": 874760616
        },
        {
            "start": 874760650,
            "stop": 874760685
        },
        {
            "start": 874760719,
            "stop": 874760799
        },
        {
            "start": 874760855,
            "stop": 874760928
        },
        {
            "start": 874760936,
            "stop": 874760940
        },
        {
            "start": 874761019,
            "stop": 874761210
        },
        {
            "start": 874761244,
            "stop": 874761267
        },
        {
            "start": 874761301,
            "stop": 874761390
        },
        {
            "start": 874795340,
            "stop": 874795344
        },
        {
            "start": 874795464,
            "stop": 874795465
        },
        {
            "start": 874795472,
            "stop": 874795546
        },
        {
            "start": 874795553,
            "stop": 874795629
        },
        {
            "start": 874795637,
            "stop": 874795659
        }
    ]
}