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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29487",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29485",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29486,
    "results": [
        {
            "start": 971561976,
            "stop": 971561977
        },
        {
            "start": 971561982,
            "stop": 971561984
        },
        {
            "start": 971561988,
            "stop": 971561989
        },
        {
            "start": 971561992,
            "stop": 971561993
        },
        {
            "start": 971561997,
            "stop": 971562000
        },
        {
            "start": 971562003,
            "stop": 971562006
        },
        {
            "start": 971562008,
            "stop": 971562009
        },
        {
            "start": 971562010,
            "stop": 971562011
        },
        {
            "start": 971562019,
            "stop": 971562020
        },
        {
            "start": 971562024,
            "stop": 971562025
        },
        {
            "start": 971562031,
            "stop": 971562033
        },
        {
            "start": 971562036,
            "stop": 971562038
        },
        {
            "start": 971562050,
            "stop": 971562052
        },
        {
            "start": 971562062,
            "stop": 971562066
        },
        {
            "start": 971562075,
            "stop": 971562078
        },
        {
            "start": 971562083,
            "stop": 971562085
        },
        {
            "start": 971562087,
            "stop": 971562090
        },
        {
            "start": 971562093,
            "stop": 971562095
        },
        {
            "start": 971562098,
            "stop": 971562099
        },
        {
            "start": 971562101,
            "stop": 971562103
        }
    ]
}