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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 104,
    "results": [
        {
            "start": 931343606,
            "stop": 931343641
        },
        {
            "start": 931343642,
            "stop": 931343662
        },
        {
            "start": 931343663,
            "stop": 931343691
        },
        {
            "start": 931343693,
            "stop": 931343729
        },
        {
            "start": 931343732,
            "stop": 931343751
        },
        {
            "start": 931343752,
            "stop": 931343866
        },
        {
            "start": 931343867,
            "stop": 931343970
        },
        {
            "start": 931343971,
            "stop": 931344058
        },
        {
            "start": 931344059,
            "stop": 931344063
        },
        {
            "start": 931344064,
            "stop": 931344110
        },
        {
            "start": 931344111,
            "stop": 931344115
        },
        {
            "start": 931344116,
            "stop": 931344255
        },
        {
            "start": 931344256,
            "stop": 931344374
        },
        {
            "start": 931344376,
            "stop": 931344380
        },
        {
            "start": 931344382,
            "stop": 931344384
        },
        {
            "start": 931344386,
            "stop": 931344424
        },
        {
            "start": 931344428,
            "stop": 931344429
        },
        {
            "start": 931344430,
            "stop": 931344432
        },
        {
            "start": 931344435,
            "stop": 931344446
        },
        {
            "start": 931344448,
            "stop": 931344451
        }
    ]
}