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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=14",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 15,
    "results": [
        {
            "start": 816272515,
            "stop": 816272576
        },
        {
            "start": 816272587,
            "stop": 816272603
        },
        {
            "start": 816272611,
            "stop": 816272695
        },
        {
            "start": 816272703,
            "stop": 816272787
        },
        {
            "start": 816272794,
            "stop": 816272804
        },
        {
            "start": 816272811,
            "stop": 816272871
        },
        {
            "start": 816272879,
            "stop": 816272897
        },
        {
            "start": 816272911,
            "stop": 816272931
        },
        {
            "start": 816272938,
            "stop": 816273004
        },
        {
            "start": 816273013,
            "stop": 816273094
        },
        {
            "start": 816273101,
            "stop": 816273169
        },
        {
            "start": 816273177,
            "stop": 816273228
        },
        {
            "start": 816273259,
            "stop": 816273402
        },
        {
            "start": 816273412,
            "stop": 816273421
        },
        {
            "start": 816273429,
            "stop": 816273438
        },
        {
            "start": 816273447,
            "stop": 816273602
        },
        {
            "start": 816273609,
            "stop": 816273708
        },
        {
            "start": 816273720,
            "stop": 816273921
        },
        {
            "start": 816273929,
            "stop": 816273939
        },
        {
            "start": 816273946,
            "stop": 816274168
        }
    ]
}