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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=51",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 52,
    "results": [
        {
            "start": 942832690,
            "stop": 942832695
        },
        {
            "start": 942834546,
            "stop": 942834644
        },
        {
            "start": 942836300,
            "stop": 942836640
        },
        {
            "start": 942838810,
            "stop": 942839234
        },
        {
            "start": 942840621,
            "stop": 942840746
        },
        {
            "start": 942842192,
            "stop": 942842455
        },
        {
            "start": 942958957,
            "stop": 942959243
        },
        {
            "start": 942963398,
            "stop": 942964067
        },
        {
            "start": 942968992,
            "stop": 942969323
        },
        {
            "start": 942971712,
            "stop": 942976761
        },
        {
            "start": 942977515,
            "stop": 942979784
        },
        {
            "start": 942980524,
            "stop": 942981105
        },
        {
            "start": 942982081,
            "stop": 942988189
        },
        {
            "start": 942989510,
            "stop": 942991874
        },
        {
            "start": 942995412,
            "stop": 942995632
        },
        {
            "start": 942995679,
            "stop": 942997577
        },
        {
            "start": 942999006,
            "stop": 943009333
        },
        {
            "start": 943011698,
            "stop": 943018531
        },
        {
            "start": 943019680,
            "stop": 943020917
        },
        {
            "start": 943021686,
            "stop": 943023082
        }
    ]
}