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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 145,
    "results": [
        {
            "start": 931398134,
            "stop": 931398140
        },
        {
            "start": 931398142,
            "stop": 931398160
        },
        {
            "start": 931398161,
            "stop": 931398174
        },
        {
            "start": 931398176,
            "stop": 931398216
        },
        {
            "start": 931398217,
            "stop": 931398224
        },
        {
            "start": 931398225,
            "stop": 931398278
        },
        {
            "start": 931398280,
            "stop": 931398287
        },
        {
            "start": 931398289,
            "stop": 931398303
        },
        {
            "start": 931398306,
            "stop": 931398347
        },
        {
            "start": 931398349,
            "stop": 931398352
        },
        {
            "start": 931398354,
            "stop": 931398355
        },
        {
            "start": 931398358,
            "stop": 931398359
        },
        {
            "start": 931398362,
            "stop": 931398402
        },
        {
            "start": 931398403,
            "stop": 931398406
        },
        {
            "start": 931398408,
            "stop": 931398411
        },
        {
            "start": 931398413,
            "stop": 931398418
        },
        {
            "start": 931398419,
            "stop": 931398478
        },
        {
            "start": 931398480,
            "stop": 931398497
        },
        {
            "start": 931398498,
            "stop": 931398507
        },
        {
            "start": 931398511,
            "stop": 931398514
        }
    ]
}