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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 61,
    "results": [
        {
            "start": 1131056362,
            "stop": 1131056396
        },
        {
            "start": 1131056397,
            "stop": 1131058522
        },
        {
            "start": 1131058523,
            "stop": 1131058525
        },
        {
            "start": 1131058527,
            "stop": 1131058528
        },
        {
            "start": 1131058529,
            "stop": 1131058546
        },
        {
            "start": 1131058550,
            "stop": 1131058553
        },
        {
            "start": 1131058554,
            "stop": 1131058561
        },
        {
            "start": 1131058562,
            "stop": 1131058582
        },
        {
            "start": 1131058583,
            "stop": 1131058646
        },
        {
            "start": 1131058648,
            "stop": 1131058649
        },
        {
            "start": 1131058650,
            "stop": 1131058655
        },
        {
            "start": 1131058656,
            "stop": 1131058687
        },
        {
            "start": 1131058688,
            "stop": 1131058703
        },
        {
            "start": 1131058704,
            "stop": 1131058706
        },
        {
            "start": 1131058707,
            "stop": 1131058709
        },
        {
            "start": 1131058712,
            "stop": 1131058713
        },
        {
            "start": 1131058714,
            "stop": 1131058786
        },
        {
            "start": 1131058788,
            "stop": 1131058839
        },
        {
            "start": 1131058840,
            "stop": 1131058841
        },
        {
            "start": 1131058842,
            "stop": 1131058849
        }
    ]
}