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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=539",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 540,
    "results": [
        {
            "start": 870857473,
            "stop": 870857497
        },
        {
            "start": 870857499,
            "stop": 870857539
        },
        {
            "start": 870858734,
            "stop": 870869130
        },
        {
            "start": 870869132,
            "stop": 870871472
        },
        {
            "start": 870872008,
            "stop": 870872225
        },
        {
            "start": 870872228,
            "stop": 870873773
        },
        {
            "start": 870877605,
            "stop": 870881288
        },
        {
            "start": 870881436,
            "stop": 870882223
        },
        {
            "start": 870882356,
            "stop": 870892303
        },
        {
            "start": 870892305,
            "stop": 870892516
        },
        {
            "start": 870895406,
            "stop": 870898568
        },
        {
            "start": 870898732,
            "stop": 870919698
        },
        {
            "start": 870919796,
            "stop": 870920225
        },
        {
            "start": 870920308,
            "stop": 870922595
        },
        {
            "start": 870922910,
            "stop": 870924227
        },
        {
            "start": 870924348,
            "stop": 870931377
        },
        {
            "start": 870931379,
            "stop": 870937657
        },
        {
            "start": 870937659,
            "stop": 870943767
        },
        {
            "start": 870943769,
            "stop": 870943780
        },
        {
            "start": 870945498,
            "stop": 870962559
        }
    ]
}