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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=67",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 68,
    "results": [
        {
            "start": 817379630,
            "stop": 817379649
        },
        {
            "start": 817379662,
            "stop": 817379812
        },
        {
            "start": 817379819,
            "stop": 817379850
        },
        {
            "start": 817380515,
            "stop": 817383874
        },
        {
            "start": 817383903,
            "stop": 817385013
        },
        {
            "start": 817385042,
            "stop": 817387770
        },
        {
            "start": 817388010,
            "stop": 817388035
        },
        {
            "start": 817388064,
            "stop": 817388076
        },
        {
            "start": 817388083,
            "stop": 817388110
        },
        {
            "start": 817388139,
            "stop": 817389721
        },
        {
            "start": 817389760,
            "stop": 817389828
        },
        {
            "start": 817389857,
            "stop": 817390001
        },
        {
            "start": 817390032,
            "stop": 817390283
        },
        {
            "start": 817390312,
            "stop": 817390423
        },
        {
            "start": 817390430,
            "stop": 817390776
        },
        {
            "start": 817390805,
            "stop": 817391721
        },
        {
            "start": 817391750,
            "stop": 817391791
        },
        {
            "start": 817391820,
            "stop": 817392080
        },
        {
            "start": 817392109,
            "stop": 817392289
        },
        {
            "start": 817392318,
            "stop": 817392984
        }
    ]
}