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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=33",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 34,
    "results": [
        {
            "start": 1244541775,
            "stop": 1244544733
        },
        {
            "start": 1244544735,
            "stop": 1244553492
        },
        {
            "start": 1244553495,
            "stop": 1244553969
        },
        {
            "start": 1244553971,
            "stop": 1244556350
        },
        {
            "start": 1244556353,
            "stop": 1244565155
        },
        {
            "start": 1244565158,
            "stop": 1244568296
        },
        {
            "start": 1244570748,
            "stop": 1244570919
        },
        {
            "start": 1244570921,
            "stop": 1244595788
        },
        {
            "start": 1244595792,
            "stop": 1244595833
        },
        {
            "start": 1244599494,
            "stop": 1244603777
        },
        {
            "start": 1244605679,
            "stop": 1244622696
        },
        {
            "start": 1244627842,
            "stop": 1244670489
        },
        {
            "start": 1244673258,
            "stop": 1244674025
        },
        {
            "start": 1244689412,
            "stop": 1244700473
        },
        {
            "start": 1244709878,
            "stop": 1244743488
        },
        {
            "start": 1244745211,
            "stop": 1244754648
        },
        {
            "start": 1244757060,
            "stop": 1244767328
        },
        {
            "start": 1244769482,
            "stop": 1244774162
        },
        {
            "start": 1244778476,
            "stop": 1244781504
        },
        {
            "start": 1244782721,
            "stop": 1244783204
        }
    ]
}