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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=213",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 214,
    "results": [
        {
            "start": 931454002,
            "stop": 931454006
        },
        {
            "start": 931454010,
            "stop": 931454016
        },
        {
            "start": 931454023,
            "stop": 931454024
        },
        {
            "start": 931454036,
            "stop": 931454037
        },
        {
            "start": 931454041,
            "stop": 931454043
        },
        {
            "start": 931454051,
            "stop": 931454052
        },
        {
            "start": 931457515,
            "stop": 931457519
        },
        {
            "start": 931457522,
            "stop": 931457523
        },
        {
            "start": 931457525,
            "stop": 931457529
        },
        {
            "start": 931457533,
            "stop": 931457534
        },
        {
            "start": 931457539,
            "stop": 931457541
        },
        {
            "start": 931457549,
            "stop": 931457554
        },
        {
            "start": 931457556,
            "stop": 931457564
        },
        {
            "start": 931457575,
            "stop": 931457576
        },
        {
            "start": 931457580,
            "stop": 931457582
        },
        {
            "start": 931457584,
            "stop": 931457589
        },
        {
            "start": 931457592,
            "stop": 931457595
        },
        {
            "start": 931457599,
            "stop": 931457600
        },
        {
            "start": 931457603,
            "stop": 931457605
        },
        {
            "start": 931457607,
            "stop": 931457612
        }
    ]
}