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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=66",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 67,
    "results": [
        {
            "start": 816689591,
            "stop": 816689613
        },
        {
            "start": 816689616,
            "stop": 816689634
        },
        {
            "start": 816689638,
            "stop": 816689694
        },
        {
            "start": 816689697,
            "stop": 816689760
        },
        {
            "start": 816689763,
            "stop": 816689890
        },
        {
            "start": 816689923,
            "stop": 816690032
        },
        {
            "start": 816690052,
            "stop": 816690145
        },
        {
            "start": 816690180,
            "stop": 816690196
        },
        {
            "start": 816690215,
            "stop": 816690278
        },
        {
            "start": 816690297,
            "stop": 816690303
        },
        {
            "start": 816690330,
            "stop": 816690470
        },
        {
            "start": 816690507,
            "stop": 816690539
        },
        {
            "start": 816690559,
            "stop": 816690640
        },
        {
            "start": 816690643,
            "stop": 816690758
        },
        {
            "start": 816690775,
            "stop": 816690815
        },
        {
            "start": 816690832,
            "stop": 816690853
        },
        {
            "start": 816690872,
            "stop": 816690890
        },
        {
            "start": 816690917,
            "stop": 816690949
        },
        {
            "start": 816690971,
            "stop": 816691184
        },
        {
            "start": 816691208,
            "stop": 816691215
        }
    ]
}