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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=262",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 263,
    "results": [
        {
            "start": 1241684675,
            "stop": 1241684676
        },
        {
            "start": 1241684678,
            "stop": 1241684780
        },
        {
            "start": 1241684782,
            "stop": 1241684784
        },
        {
            "start": 1241684786,
            "stop": 1241684787
        },
        {
            "start": 1241684792,
            "stop": 1241684856
        },
        {
            "start": 1241684860,
            "stop": 1241684864
        },
        {
            "start": 1241684865,
            "stop": 1241684869
        },
        {
            "start": 1241684870,
            "stop": 1241684996
        },
        {
            "start": 1241684997,
            "stop": 1241685043
        },
        {
            "start": 1241685047,
            "stop": 1241685154
        },
        {
            "start": 1241685155,
            "stop": 1241686247
        },
        {
            "start": 1241686248,
            "stop": 1241686633
        },
        {
            "start": 1241686635,
            "stop": 1241724616
        },
        {
            "start": 1241731918,
            "stop": 1241818103
        },
        {
            "start": 1241827164,
            "stop": 1241827167
        },
        {
            "start": 1241833950,
            "stop": 1241852447
        },
        {
            "start": 1241852500,
            "stop": 1241857273
        },
        {
            "start": 1241857372,
            "stop": 1241875147
        },
        {
            "start": 1241895041,
            "stop": 1241895630
        },
        {
            "start": 1241895779,
            "stop": 1241898383
        }
    ]
}