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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2344",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2345,
    "results": [
        {
            "start": 874578576,
            "stop": 874578610
        },
        {
            "start": 874578631,
            "stop": 874578980
        },
        {
            "start": 874579025,
            "stop": 874579075
        },
        {
            "start": 874579096,
            "stop": 874579178
        },
        {
            "start": 874579197,
            "stop": 874579876
        },
        {
            "start": 874579895,
            "stop": 874580375
        },
        {
            "start": 874580394,
            "stop": 874580539
        },
        {
            "start": 874580558,
            "stop": 874580631
        },
        {
            "start": 874580664,
            "stop": 874580848
        },
        {
            "start": 874580867,
            "stop": 874581136
        },
        {
            "start": 874581155,
            "stop": 874581254
        },
        {
            "start": 874581277,
            "stop": 874581737
        },
        {
            "start": 874581756,
            "stop": 874584774
        },
        {
            "start": 874584795,
            "stop": 874586671
        },
        {
            "start": 874586708,
            "stop": 874587612
        },
        {
            "start": 874587641,
            "stop": 874587732
        },
        {
            "start": 874587753,
            "stop": 874587764
        },
        {
            "start": 874587783,
            "stop": 874589503
        },
        {
            "start": 874589522,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591375
        }
    ]
}