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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29416",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29414",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29415,
    "results": [
        {
            "start": 971411038,
            "stop": 971411044
        },
        {
            "start": 971411045,
            "stop": 971411059
        },
        {
            "start": 971411063,
            "stop": 971411068
        },
        {
            "start": 971411069,
            "stop": 971411071
        },
        {
            "start": 971411072,
            "stop": 971411077
        },
        {
            "start": 971411079,
            "stop": 971411080
        },
        {
            "start": 971411081,
            "stop": 971411092
        },
        {
            "start": 971411095,
            "stop": 971411096
        },
        {
            "start": 971411099,
            "stop": 971411100
        },
        {
            "start": 971411101,
            "stop": 971411105
        },
        {
            "start": 971411108,
            "stop": 971411118
        },
        {
            "start": 971411119,
            "stop": 971411125
        },
        {
            "start": 971411126,
            "stop": 971411130
        },
        {
            "start": 971411131,
            "stop": 971411138
        },
        {
            "start": 971411142,
            "stop": 971411143
        },
        {
            "start": 971411145,
            "stop": 971411149
        },
        {
            "start": 971411150,
            "stop": 971411153
        },
        {
            "start": 971411154,
            "stop": 971411157
        },
        {
            "start": 971411159,
            "stop": 971411161
        },
        {
            "start": 971411162,
            "stop": 971411163
        }
    ]
}