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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=82",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 83,
    "results": [
        {
            "start": 826412600,
            "stop": 826412654
        },
        {
            "start": 826430474,
            "stop": 826439450
        },
        {
            "start": 826446442,
            "stop": 826468327
        },
        {
            "start": 826470197,
            "stop": 826471099
        },
        {
            "start": 826471499,
            "stop": 826478602
        },
        {
            "start": 826479601,
            "stop": 826480358
        },
        {
            "start": 826480758,
            "stop": 826489092
        },
        {
            "start": 826490594,
            "stop": 826491531
        },
        {
            "start": 826491533,
            "stop": 826491534
        },
        {
            "start": 826491536,
            "stop": 826496996
        },
        {
            "start": 826498709,
            "stop": 826507271
        },
        {
            "start": 826508174,
            "stop": 826542371
        },
        {
            "start": 826543395,
            "stop": 826547954
        },
        {
            "start": 826548274,
            "stop": 826548905
        },
        {
            "start": 826551006,
            "stop": 826551106
        },
        {
            "start": 826551426,
            "stop": 826551833
        },
        {
            "start": 826552233,
            "stop": 826554029
        },
        {
            "start": 826563262,
            "stop": 826564561
        },
        {
            "start": 826565582,
            "stop": 826568636
        },
        {
            "start": 826568638,
            "stop": 826569089
        }
    ]
}