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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=122",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 123,
    "results": [
        {
            "start": 1239880512,
            "stop": 1239880631
        },
        {
            "start": 1239880632,
            "stop": 1239880751
        },
        {
            "start": 1239880752,
            "stop": 1239880871
        },
        {
            "start": 1239880872,
            "stop": 1239880991
        },
        {
            "start": 1239880992,
            "stop": 1239881111
        },
        {
            "start": 1239881112,
            "stop": 1239881231
        },
        {
            "start": 1239881232,
            "stop": 1239881351
        },
        {
            "start": 1239881352,
            "stop": 1239881471
        },
        {
            "start": 1239881472,
            "stop": 1239881591
        },
        {
            "start": 1239881592,
            "stop": 1239881711
        },
        {
            "start": 1239881712,
            "stop": 1239881831
        },
        {
            "start": 1239881832,
            "stop": 1239881951
        },
        {
            "start": 1239881952,
            "stop": 1239882071
        },
        {
            "start": 1239882072,
            "stop": 1239882191
        },
        {
            "start": 1239882192,
            "stop": 1239882311
        },
        {
            "start": 1239882312,
            "stop": 1239882431
        },
        {
            "start": 1239882432,
            "stop": 1239882551
        },
        {
            "start": 1239882552,
            "stop": 1239882671
        },
        {
            "start": 1239882672,
            "stop": 1239882791
        },
        {
            "start": 1239882792,
            "stop": 1239882902
        }
    ]
}