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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=327",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 328,
    "results": [
        {
            "start": 1264923637,
            "stop": 1264923699
        },
        {
            "start": 1264923700,
            "stop": 1264923709
        },
        {
            "start": 1264923710,
            "stop": 1264923821
        },
        {
            "start": 1264923822,
            "stop": 1264923887
        },
        {
            "start": 1264923888,
            "stop": 1264924168
        },
        {
            "start": 1264924169,
            "stop": 1264924472
        },
        {
            "start": 1264924473,
            "stop": 1264924637
        },
        {
            "start": 1264927797,
            "stop": 1264928217
        },
        {
            "start": 1264928218,
            "stop": 1264928967
        },
        {
            "start": 1264928968,
            "stop": 1264929715
        },
        {
            "start": 1264929716,
            "stop": 1264929720
        },
        {
            "start": 1264929721,
            "stop": 1264929722
        },
        {
            "start": 1264929725,
            "stop": 1264929726
        },
        {
            "start": 1264929727,
            "stop": 1264929732
        },
        {
            "start": 1264929734,
            "stop": 1264929742
        },
        {
            "start": 1264929743,
            "stop": 1264929757
        },
        {
            "start": 1264929758,
            "stop": 1264929827
        },
        {
            "start": 1264929828,
            "stop": 1264931124
        },
        {
            "start": 1264931126,
            "stop": 1264931128
        },
        {
            "start": 1264931129,
            "stop": 1264931137
        }
    ]
}