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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=280",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 281,
    "results": [
        {
            "start": 857675274,
            "stop": 857675305
        },
        {
            "start": 857675308,
            "stop": 857675324
        },
        {
            "start": 857675343,
            "stop": 857675432
        },
        {
            "start": 857675436,
            "stop": 857675510
        },
        {
            "start": 857675514,
            "stop": 857675617
        },
        {
            "start": 857675621,
            "stop": 857675646
        },
        {
            "start": 857675689,
            "stop": 857675705
        },
        {
            "start": 857675709,
            "stop": 857675787
        },
        {
            "start": 857675791,
            "stop": 857675807
        },
        {
            "start": 857675820,
            "stop": 857675826
        },
        {
            "start": 857675830,
            "stop": 857675840
        },
        {
            "start": 857675859,
            "stop": 857675961
        },
        {
            "start": 857675964,
            "stop": 857675980
        },
        {
            "start": 857675984,
            "stop": 857675990
        },
        {
            "start": 857676022,
            "stop": 857676028
        },
        {
            "start": 857676032,
            "stop": 857676057
        },
        {
            "start": 857676060,
            "stop": 857676081
        },
        {
            "start": 857676084,
            "stop": 857676475
        },
        {
            "start": 857676479,
            "stop": 857676532
        },
        {
            "start": 857676541,
            "stop": 857677162
        }
    ]
}