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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=137",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 138,
    "results": [
        {
            "start": 1135050428,
            "stop": 1135050461
        },
        {
            "start": 1135050468,
            "stop": 1135050483
        },
        {
            "start": 1135050489,
            "stop": 1135050496
        },
        {
            "start": 1135050499,
            "stop": 1135050515
        },
        {
            "start": 1135050518,
            "stop": 1135050520
        },
        {
            "start": 1135050523,
            "stop": 1135050542
        },
        {
            "start": 1135050546,
            "stop": 1135050595
        },
        {
            "start": 1135050598,
            "stop": 1135050625
        },
        {
            "start": 1135050630,
            "stop": 1135050640
        },
        {
            "start": 1135050643,
            "stop": 1135050655
        },
        {
            "start": 1135050658,
            "stop": 1135050662
        },
        {
            "start": 1135050665,
            "stop": 1135050675
        },
        {
            "start": 1135050678,
            "stop": 1135050685
        },
        {
            "start": 1135050688,
            "stop": 1135050696
        },
        {
            "start": 1135050699,
            "stop": 1135050706
        },
        {
            "start": 1135050709,
            "stop": 1135050714
        },
        {
            "start": 1135050717,
            "stop": 1135050721
        },
        {
            "start": 1135050727,
            "stop": 1135050765
        },
        {
            "start": 1135050769,
            "stop": 1135050797
        },
        {
            "start": 1135050800,
            "stop": 1135050810
        }
    ]
}