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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=252",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 253,
    "results": [
        {
            "start": 1241472363,
            "stop": 1241472414
        },
        {
            "start": 1241472418,
            "stop": 1241472482
        },
        {
            "start": 1241472483,
            "stop": 1241472484
        },
        {
            "start": 1241472491,
            "stop": 1241472492
        },
        {
            "start": 1241472493,
            "stop": 1241472618
        },
        {
            "start": 1241472619,
            "stop": 1241472656
        },
        {
            "start": 1241472657,
            "stop": 1241472688
        },
        {
            "start": 1241472689,
            "stop": 1241472694
        },
        {
            "start": 1241472695,
            "stop": 1241472697
        },
        {
            "start": 1241472699,
            "stop": 1241472840
        },
        {
            "start": 1241472841,
            "stop": 1241472846
        },
        {
            "start": 1241472848,
            "stop": 1241472868
        },
        {
            "start": 1241472869,
            "stop": 1241472873
        },
        {
            "start": 1241472875,
            "stop": 1241472877
        },
        {
            "start": 1241472881,
            "stop": 1241472882
        },
        {
            "start": 1241472883,
            "stop": 1241472884
        },
        {
            "start": 1241472885,
            "stop": 1241472906
        },
        {
            "start": 1241472908,
            "stop": 1241472930
        },
        {
            "start": 1241472934,
            "stop": 1241472964
        },
        {
            "start": 1241472967,
            "stop": 1241473051
        }
    ]
}