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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 114,
    "results": [
        {
            "start": 931513388,
            "stop": 931513410
        },
        {
            "start": 931513413,
            "stop": 931513423
        },
        {
            "start": 931513426,
            "stop": 931513429
        },
        {
            "start": 931513432,
            "stop": 931513435
        },
        {
            "start": 931513439,
            "stop": 931513445
        },
        {
            "start": 931513448,
            "stop": 931513449
        },
        {
            "start": 931513452,
            "stop": 931513474
        },
        {
            "start": 931513477,
            "stop": 931513501
        },
        {
            "start": 931513504,
            "stop": 931513506
        },
        {
            "start": 931513509,
            "stop": 931513540
        },
        {
            "start": 931513543,
            "stop": 931513546
        },
        {
            "start": 931513553,
            "stop": 931513580
        },
        {
            "start": 931513584,
            "stop": 931513587
        },
        {
            "start": 931513590,
            "stop": 931513593
        },
        {
            "start": 931513599,
            "stop": 931513601
        },
        {
            "start": 931513604,
            "stop": 931513608
        },
        {
            "start": 931513611,
            "stop": 931513612
        },
        {
            "start": 931513614,
            "stop": 931513615
        },
        {
            "start": 931513618,
            "stop": 931513620
        },
        {
            "start": 931513625,
            "stop": 931513630
        }
    ]
}