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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 68,
    "results": [
        {
            "start": 931501723,
            "stop": 931501724
        },
        {
            "start": 931501727,
            "stop": 931501728
        },
        {
            "start": 931501731,
            "stop": 931501751
        },
        {
            "start": 931501756,
            "stop": 931501760
        },
        {
            "start": 931501763,
            "stop": 931501777
        },
        {
            "start": 931501780,
            "stop": 931501782
        },
        {
            "start": 931501785,
            "stop": 931501803
        },
        {
            "start": 931501812,
            "stop": 931501820
        },
        {
            "start": 931501823,
            "stop": 931501887
        },
        {
            "start": 931501890,
            "stop": 931501894
        },
        {
            "start": 931501897,
            "stop": 931501900
        },
        {
            "start": 931501903,
            "stop": 931501917
        },
        {
            "start": 931501920,
            "stop": 931501932
        },
        {
            "start": 931501935,
            "stop": 931501940
        },
        {
            "start": 931501943,
            "stop": 931501950
        },
        {
            "start": 931501953,
            "stop": 931501958
        },
        {
            "start": 931501961,
            "stop": 931501995
        },
        {
            "start": 931501998,
            "stop": 931502000
        },
        {
            "start": 931502003,
            "stop": 931502015
        },
        {
            "start": 931502018,
            "stop": 931502021
        }
    ]
}