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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=456",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 457,
    "results": [
        {
            "start": 1268846067,
            "stop": 1268862018
        },
        {
            "start": 1268862019,
            "stop": 1268864109
        },
        {
            "start": 1268864110,
            "stop": 1268870185
        },
        {
            "start": 1268872549,
            "stop": 1268926563
        },
        {
            "start": 1268926564,
            "stop": 1268930529
        },
        {
            "start": 1268930530,
            "stop": 1268930533
        },
        {
            "start": 1268930534,
            "stop": 1268930902
        },
        {
            "start": 1268930906,
            "stop": 1268930907
        },
        {
            "start": 1268930908,
            "stop": 1268930950
        },
        {
            "start": 1268930951,
            "stop": 1268932092
        },
        {
            "start": 1268932093,
            "stop": 1268932303
        },
        {
            "start": 1268932304,
            "stop": 1268932305
        },
        {
            "start": 1268932307,
            "stop": 1268932314
        },
        {
            "start": 1268932315,
            "stop": 1268932320
        },
        {
            "start": 1268932321,
            "stop": 1268932325
        },
        {
            "start": 1268932326,
            "stop": 1268932329
        },
        {
            "start": 1268932330,
            "stop": 1268932353
        },
        {
            "start": 1268932354,
            "stop": 1268932381
        },
        {
            "start": 1268932382,
            "stop": 1268933692
        },
        {
            "start": 1268933698,
            "stop": 1268933865
        }
    ]
}