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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=257",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 258,
    "results": [
        {
            "start": 1241478299,
            "stop": 1241478300
        },
        {
            "start": 1241478301,
            "stop": 1241478340
        },
        {
            "start": 1241478341,
            "stop": 1241478343
        },
        {
            "start": 1241478345,
            "stop": 1241478349
        },
        {
            "start": 1241478350,
            "stop": 1241478550
        },
        {
            "start": 1241478551,
            "stop": 1241478565
        },
        {
            "start": 1241478571,
            "stop": 1241478602
        },
        {
            "start": 1241478603,
            "stop": 1241478690
        },
        {
            "start": 1241478694,
            "stop": 1241478706
        },
        {
            "start": 1241478709,
            "stop": 1241478712
        },
        {
            "start": 1241478714,
            "stop": 1241478821
        },
        {
            "start": 1241478824,
            "stop": 1241478976
        },
        {
            "start": 1241478978,
            "stop": 1241478980
        },
        {
            "start": 1241478982,
            "stop": 1241478989
        },
        {
            "start": 1241478992,
            "stop": 1241479058
        },
        {
            "start": 1241479060,
            "stop": 1241479181
        },
        {
            "start": 1241479182,
            "stop": 1241479183
        },
        {
            "start": 1241479184,
            "stop": 1241479187
        },
        {
            "start": 1241479188,
            "stop": 1241479376
        },
        {
            "start": 1241479377,
            "stop": 1241479492
        }
    ]
}