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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 78,
    "results": [
        {
            "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": 1238358456
        },
        {
            "start": 1238358458,
            "stop": 1238358779
        },
        {
            "start": 1238358781,
            "stop": 1238358917
        },
        {
            "start": 1238358918,
            "stop": 1238359200
        },
        {
            "start": 1238359201,
            "stop": 1238360005
        },
        {
            "start": 1238360010,
            "stop": 1238360160
        },
        {
            "start": 1238360161,
            "stop": 1238360280
        },
        {
            "start": 1238360281,
            "stop": 1238360639
        },
        {
            "start": 1238362764,
            "stop": 1238363382
        },
        {
            "start": 1238363384,
            "stop": 1238364184
        },
        {
            "start": 1238364185,
            "stop": 1238364294
        },
        {
            "start": 1238364295,
            "stop": 1238364486
        }
    ]
}