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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=38",
    "results_count": 953,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 39,
    "results": [
        {
            "start": 1417555306,
            "stop": 1417598763
        },
        {
            "start": 1417607275,
            "stop": 1417612079
        },
        {
            "start": 1417612286,
            "stop": 1417641281
        },
        {
            "start": 1417643512,
            "stop": 1417644590
        },
        {
            "start": 1417716852,
            "stop": 1417719252
        },
        {
            "start": 1417761119,
            "stop": 1417770359
        },
        {
            "start": 1417778166,
            "stop": 1417785198
        },
        {
            "start": 1417811066,
            "stop": 1417819016
        },
        {
            "start": 1417819774,
            "stop": 1417821041
        },
        {
            "start": 1417831779,
            "stop": 1417874058
        },
        {
            "start": 1417914871,
            "stop": 1417921079
        },
        {
            "start": 1417921978,
            "stop": 1417922403
        },
        {
            "start": 1417923252,
            "stop": 1417925718
        },
        {
            "start": 1417948638,
            "stop": 1417981278
        },
        {
            "start": 1417981578,
            "stop": 1417989939
        },
        {
            "start": 1417990978,
            "stop": 1418011216
        },
        {
            "start": 1418016732,
            "stop": 1418056231
        },
        {
            "start": 1418069154,
            "stop": 1418070017
        },
        {
            "start": 1418070097,
            "stop": 1418105058
        },
        {
            "start": 1418106078,
            "stop": 1418120050
        }
    ]
}