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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=48",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 49,
    "results": [
        {
            "start": 823131790,
            "stop": 823150153
        },
        {
            "start": 823150171,
            "stop": 823150173
        },
        {
            "start": 823150273,
            "stop": 823150688
        },
        {
            "start": 823150782,
            "stop": 823159753
        },
        {
            "start": 823159776,
            "stop": 823159777
        },
        {
            "start": 823159956,
            "stop": 823164073
        },
        {
            "start": 823166732,
            "stop": 823167073
        },
        {
            "start": 823167111,
            "stop": 823167112
        },
        {
            "start": 823168153,
            "stop": 823169533
        },
        {
            "start": 823169554,
            "stop": 823169555
        },
        {
            "start": 823169653,
            "stop": 823189573
        },
        {
            "start": 823189610,
            "stop": 823189611
        },
        {
            "start": 823189803,
            "stop": 823193533
        },
        {
            "start": 823194331,
            "stop": 823194553
        },
        {
            "start": 823196478,
            "stop": 823199113
        },
        {
            "start": 823199479,
            "stop": 823212625
        },
        {
            "start": 823212689,
            "stop": 823242608
        },
        {
            "start": 823245743,
            "stop": 823247593
        },
        {
            "start": 823247626,
            "stop": 823247628
        },
        {
            "start": 823249087,
            "stop": 823255068
        }
    ]
}