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=4043
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=4044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4042",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4043,
    "results": [
        {
            "start": 875113149,
            "stop": 875113170
        },
        {
            "start": 875113173,
            "stop": 875113350
        },
        {
            "start": 875113353,
            "stop": 875113397
        },
        {
            "start": 875113400,
            "stop": 875113501
        },
        {
            "start": 875113504,
            "stop": 875113520
        },
        {
            "start": 875113523,
            "stop": 875113531
        },
        {
            "start": 875113534,
            "stop": 875113584
        },
        {
            "start": 875113587,
            "stop": 875113808
        },
        {
            "start": 875113811,
            "stop": 875113861
        },
        {
            "start": 875113864,
            "stop": 875113869
        },
        {
            "start": 875113874,
            "stop": 875113876
        },
        {
            "start": 875113879,
            "stop": 875113894
        },
        {
            "start": 875113897,
            "stop": 875113933
        },
        {
            "start": 875113936,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114925
        },
        {
            "start": 875114928,
            "stop": 875114950
        },
        {
            "start": 875114955,
            "stop": 875114958
        },
        {
            "start": 875114961,
            "stop": 875114966
        },
        {
            "start": 875114969,
            "stop": 875114976
        },
        {
            "start": 875114987,
            "stop": 875114989
        }
    ]
}