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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=328",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 329,
    "results": [
        {
            "start": 1249771769,
            "stop": 1249771798
        },
        {
            "start": 1249771799,
            "stop": 1249771802
        },
        {
            "start": 1249771804,
            "stop": 1249771920
        },
        {
            "start": 1249771921,
            "stop": 1249771926
        },
        {
            "start": 1249771930,
            "stop": 1249771963
        },
        {
            "start": 1249771965,
            "stop": 1249771968
        },
        {
            "start": 1249771971,
            "stop": 1249772082
        },
        {
            "start": 1249772093,
            "stop": 1249772094
        },
        {
            "start": 1249772096,
            "stop": 1249772097
        },
        {
            "start": 1249772098,
            "stop": 1249772180
        },
        {
            "start": 1249772183,
            "stop": 1249772194
        },
        {
            "start": 1249772200,
            "stop": 1249772203
        },
        {
            "start": 1249780837,
            "stop": 1249781231
        },
        {
            "start": 1249781236,
            "stop": 1249781247
        },
        {
            "start": 1249781250,
            "stop": 1249781251
        },
        {
            "start": 1249781252,
            "stop": 1249781644
        },
        {
            "start": 1249781660,
            "stop": 1249837787
        },
        {
            "start": 1249837788,
            "stop": 1249840499
        },
        {
            "start": 1249840501,
            "stop": 1249840507
        },
        {
            "start": 1249840509,
            "stop": 1249840632
        }
    ]
}