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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=84",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 85,
    "results": [
        {
            "start": 1238509520,
            "stop": 1238509884
        },
        {
            "start": 1238509885,
            "stop": 1238509965
        },
        {
            "start": 1238509966,
            "stop": 1238510019
        },
        {
            "start": 1238510021,
            "stop": 1238510466
        },
        {
            "start": 1238510467,
            "stop": 1238510644
        },
        {
            "start": 1238510646,
            "stop": 1238511168
        },
        {
            "start": 1238511169,
            "stop": 1238511339
        },
        {
            "start": 1238511344,
            "stop": 1238511353
        },
        {
            "start": 1238511355,
            "stop": 1238511500
        },
        {
            "start": 1238511501,
            "stop": 1238511734
        },
        {
            "start": 1238511736,
            "stop": 1238511792
        },
        {
            "start": 1238511793,
            "stop": 1238512534
        },
        {
            "start": 1238512535,
            "stop": 1238512589
        },
        {
            "start": 1238512590,
            "stop": 1238512846
        },
        {
            "start": 1238512848,
            "stop": 1238512882
        },
        {
            "start": 1238512884,
            "stop": 1238512897
        },
        {
            "start": 1238512899,
            "stop": 1238512904
        },
        {
            "start": 1238512905,
            "stop": 1238512925
        },
        {
            "start": 1238512926,
            "stop": 1238512984
        },
        {
            "start": 1238512985,
            "stop": 1238513098
        }
    ]
}