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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1831",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1829",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1830,
    "results": [
        {
            "start": 963562485,
            "stop": 963563309
        },
        {
            "start": 963563311,
            "stop": 963564053
        },
        {
            "start": 963564058,
            "stop": 963564060
        },
        {
            "start": 963564062,
            "stop": 963564063
        },
        {
            "start": 963564067,
            "stop": 963564107
        },
        {
            "start": 963564109,
            "stop": 963564111
        },
        {
            "start": 963564114,
            "stop": 963564586
        },
        {
            "start": 963564588,
            "stop": 963564823
        },
        {
            "start": 963564825,
            "stop": 963564889
        },
        {
            "start": 963564893,
            "stop": 963565116
        },
        {
            "start": 963568030,
            "stop": 963573170
        },
        {
            "start": 963573172,
            "stop": 963573201
        },
        {
            "start": 963579544,
            "stop": 963581466
        },
        {
            "start": 963587499,
            "stop": 963587541
        },
        {
            "start": 963594663,
            "stop": 963595684
        },
        {
            "start": 963608140,
            "stop": 963609493
        },
        {
            "start": 963610516,
            "stop": 963610612
        },
        {
            "start": 963610613,
            "stop": 963616522
        },
        {
            "start": 963617625,
            "stop": 963619434
        },
        {
            "start": 963620656,
            "stop": 963625412
        }
    ]
}