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=4055
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=4056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4054",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4055,
    "results": [
        {
            "start": 875129102,
            "stop": 875129106
        },
        {
            "start": 875129109,
            "stop": 875129782
        },
        {
            "start": 875129785,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875133974
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875142798
        },
        {
            "start": 875142801,
            "stop": 875145995
        },
        {
            "start": 875145998,
            "stop": 875148265
        },
        {
            "start": 875148268,
            "stop": 875154842
        },
        {
            "start": 875180295,
            "stop": 875182701
        },
        {
            "start": 875193352,
            "stop": 875193403
        },
        {
            "start": 875193406,
            "stop": 875193459
        },
        {
            "start": 875193462,
            "stop": 875195200
        },
        {
            "start": 875195203,
            "stop": 875195575
        },
        {
            "start": 875196343,
            "stop": 875202431
        },
        {
            "start": 875202434,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875203718
        },
        {
            "start": 875203721,
            "stop": 875203734
        },
        {
            "start": 875203737,
            "stop": 875205900
        }
    ]
}