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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=68",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 69,
    "results": [
        {
            "start": 1238353426,
            "stop": 1238353442
        },
        {
            "start": 1238353443,
            "stop": 1238353774
        },
        {
            "start": 1238353968,
            "stop": 1238354279
        },
        {
            "start": 1238354282,
            "stop": 1238354856
        },
        {
            "start": 1238354860,
            "stop": 1238355017
        },
        {
            "start": 1238355020,
            "stop": 1238355098
        },
        {
            "start": 1238355100,
            "stop": 1238355713
        },
        {
            "start": 1238355715,
            "stop": 1238355913
        },
        {
            "start": 1238355915,
            "stop": 1238356849
        },
        {
            "start": 1238356927,
            "stop": 1238356974
        },
        {
            "start": 1238357138,
            "stop": 1238357167
        },
        {
            "start": 1238357169,
            "stop": 1238357765
        },
        {
            "start": 1238357767,
            "stop": 1238358115
        },
        {
            "start": 1238358120,
            "stop": 1238358122
        },
        {
            "start": 1238358123,
            "stop": 1238358344
        },
        {
            "start": 1238358346,
            "stop": 1238358433
        },
        {
            "start": 1238358434,
            "stop": 1238358779
        },
        {
            "start": 1238358781,
            "stop": 1238358917
        },
        {
            "start": 1238358918,
            "stop": 1238359200
        },
        {
            "start": 1238359201,
            "stop": 1238360160
        }
    ]
}