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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=325",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 326,
    "results": [
        {
            "start": 1249770107,
            "stop": 1249770222
        },
        {
            "start": 1249770223,
            "stop": 1249770248
        },
        {
            "start": 1249770249,
            "stop": 1249770255
        },
        {
            "start": 1249770265,
            "stop": 1249770268
        },
        {
            "start": 1249770269,
            "stop": 1249770276
        },
        {
            "start": 1249770277,
            "stop": 1249770623
        },
        {
            "start": 1249770624,
            "stop": 1249770689
        },
        {
            "start": 1249770690,
            "stop": 1249770715
        },
        {
            "start": 1249770716,
            "stop": 1249770722
        },
        {
            "start": 1249770723,
            "stop": 1249770852
        },
        {
            "start": 1249770853,
            "stop": 1249771006
        },
        {
            "start": 1249771008,
            "stop": 1249771011
        },
        {
            "start": 1249771012,
            "stop": 1249771053
        },
        {
            "start": 1249771054,
            "stop": 1249771084
        },
        {
            "start": 1249771085,
            "stop": 1249771137
        },
        {
            "start": 1249771138,
            "stop": 1249771142
        },
        {
            "start": 1249771144,
            "stop": 1249771207
        },
        {
            "start": 1249771209,
            "stop": 1249771242
        },
        {
            "start": 1249771246,
            "stop": 1249771255
        },
        {
            "start": 1249771256,
            "stop": 1249771258
        }
    ]
}