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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=91",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 92,
    "results": [
        {
            "start": 827915537,
            "stop": 827924533
        },
        {
            "start": 827931600,
            "stop": 827936413
        },
        {
            "start": 827940629,
            "stop": 827940793
        },
        {
            "start": 827940806,
            "stop": 827940807
        },
        {
            "start": 827940934,
            "stop": 827941091
        },
        {
            "start": 827941157,
            "stop": 827951339
        },
        {
            "start": 827952080,
            "stop": 827955553
        },
        {
            "start": 827955563,
            "stop": 827955565
        },
        {
            "start": 827955991,
            "stop": 827956213
        },
        {
            "start": 827957270,
            "stop": 827957530
        },
        {
            "start": 827957747,
            "stop": 827958132
        },
        {
            "start": 827958383,
            "stop": 827961373
        },
        {
            "start": 827961394,
            "stop": 827961396
        },
        {
            "start": 827962000,
            "stop": 827963593
        },
        {
            "start": 827963639,
            "stop": 827963640
        },
        {
            "start": 827963871,
            "stop": 827965213
        },
        {
            "start": 827966049,
            "stop": 827966104
        },
        {
            "start": 827966616,
            "stop": 827973052
        },
        {
            "start": 827973230,
            "stop": 827973673
        },
        {
            "start": 827975752,
            "stop": 827977393
        }
    ]
}