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/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=24",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 25,
    "results": [
        {
            "start": 816601395,
            "stop": 816601444
        },
        {
            "start": 816601451,
            "stop": 816601679
        },
        {
            "start": 816601687,
            "stop": 816601797
        },
        {
            "start": 816601804,
            "stop": 816601878
        },
        {
            "start": 816601885,
            "stop": 816602027
        },
        {
            "start": 816602035,
            "stop": 816602070
        },
        {
            "start": 816602077,
            "stop": 816602100
        },
        {
            "start": 816602108,
            "stop": 816602142
        },
        {
            "start": 816602152,
            "stop": 816602196
        },
        {
            "start": 816602203,
            "stop": 816602210
        },
        {
            "start": 816602218,
            "stop": 816602261
        },
        {
            "start": 816602275,
            "stop": 816602319
        },
        {
            "start": 816602342,
            "stop": 816602569
        },
        {
            "start": 816602577,
            "stop": 816602583
        },
        {
            "start": 816602590,
            "stop": 816602628
        },
        {
            "start": 816602636,
            "stop": 816602668
        },
        {
            "start": 816602678,
            "stop": 816602733
        },
        {
            "start": 816602743,
            "stop": 816602839
        },
        {
            "start": 816602846,
            "stop": 816602877
        },
        {
            "start": 816602884,
            "stop": 816602955
        }
    ]
}