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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=130",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 131,
    "results": [
        {
            "start": 818377797,
            "stop": 818379179
        },
        {
            "start": 818379211,
            "stop": 818379223
        },
        {
            "start": 818379252,
            "stop": 818379476
        },
        {
            "start": 818379505,
            "stop": 818379569
        },
        {
            "start": 818379603,
            "stop": 818379610
        },
        {
            "start": 818379730,
            "stop": 818379746
        },
        {
            "start": 818379799,
            "stop": 818379818
        },
        {
            "start": 818379848,
            "stop": 818379877
        },
        {
            "start": 818379909,
            "stop": 818380651
        },
        {
            "start": 818380688,
            "stop": 818382485
        },
        {
            "start": 818382514,
            "stop": 818382599
        },
        {
            "start": 818382656,
            "stop": 818383625
        },
        {
            "start": 818383713,
            "stop": 818383742
        },
        {
            "start": 818385632,
            "stop": 818391558
        },
        {
            "start": 818391582,
            "stop": 818393773
        },
        {
            "start": 818393796,
            "stop": 818393797
        },
        {
            "start": 818395604,
            "stop": 818398869
        },
        {
            "start": 818398913,
            "stop": 818409017
        },
        {
            "start": 818409024,
            "stop": 818409064
        },
        {
            "start": 818409072,
            "stop": 818409075
        }
    ]
}