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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4027",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4028,
    "results": [
        {
            "start": 875012835,
            "stop": 875012844
        },
        {
            "start": 875012847,
            "stop": 875013097
        },
        {
            "start": 875013100,
            "stop": 875013175
        },
        {
            "start": 875013178,
            "stop": 875015174
        },
        {
            "start": 875021653,
            "stop": 875023081
        },
        {
            "start": 875036247,
            "stop": 875042589
        },
        {
            "start": 875042592,
            "stop": 875042601
        },
        {
            "start": 875042604,
            "stop": 875042708
        },
        {
            "start": 875043985,
            "stop": 875044513
        },
        {
            "start": 875044516,
            "stop": 875046259
        },
        {
            "start": 875046262,
            "stop": 875046270
        },
        {
            "start": 875046273,
            "stop": 875046372
        },
        {
            "start": 875046375,
            "stop": 875046407
        },
        {
            "start": 875046411,
            "stop": 875046436
        },
        {
            "start": 875046439,
            "stop": 875046452
        },
        {
            "start": 875046455,
            "stop": 875046456
        },
        {
            "start": 875046459,
            "stop": 875046513
        },
        {
            "start": 875046516,
            "stop": 875046841
        },
        {
            "start": 875046844,
            "stop": 875046948
        },
        {
            "start": 875046951,
            "stop": 875046996
        }
    ]
}