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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=195",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 196,
    "results": [
        {
            "start": 820448547,
            "stop": 820448549
        },
        {
            "start": 820448563,
            "stop": 820448569
        },
        {
            "start": 820448597,
            "stop": 820452066
        },
        {
            "start": 820452100,
            "stop": 820453530
        },
        {
            "start": 820453770,
            "stop": 820455073
        },
        {
            "start": 820455121,
            "stop": 820455123
        },
        {
            "start": 820457880,
            "stop": 820473613
        },
        {
            "start": 820476003,
            "stop": 820482148
        },
        {
            "start": 820482175,
            "stop": 820485200
        },
        {
            "start": 820486493,
            "stop": 820489753
        },
        {
            "start": 820492626,
            "stop": 820493653
        },
        {
            "start": 820493655,
            "stop": 820493657
        },
        {
            "start": 820494385,
            "stop": 820500193
        },
        {
            "start": 820501154,
            "stop": 820501206
        },
        {
            "start": 820541303,
            "stop": 820541867
        },
        {
            "start": 820541894,
            "stop": 820543969
        },
        {
            "start": 820543996,
            "stop": 820551305
        },
        {
            "start": 820551333,
            "stop": 820552245
        },
        {
            "start": 820552249,
            "stop": 820554270
        },
        {
            "start": 820559473,
            "stop": 820570590
        }
    ]
}