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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=5",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 6,
    "results": [
        {
            "start": 1238179222,
            "stop": 1238179229
        },
        {
            "start": 1238179230,
            "stop": 1238179238
        },
        {
            "start": 1238179242,
            "stop": 1238179256
        },
        {
            "start": 1238179258,
            "stop": 1238179264
        },
        {
            "start": 1238179265,
            "stop": 1238179270
        },
        {
            "start": 1238179271,
            "stop": 1238179276
        },
        {
            "start": 1238179277,
            "stop": 1238179300
        },
        {
            "start": 1238179302,
            "stop": 1238179307
        },
        {
            "start": 1238179308,
            "stop": 1238179317
        },
        {
            "start": 1238179319,
            "stop": 1238179329
        },
        {
            "start": 1238179330,
            "stop": 1238179336
        },
        {
            "start": 1238179337,
            "stop": 1238179346
        },
        {
            "start": 1238179348,
            "stop": 1238179354
        },
        {
            "start": 1238179357,
            "stop": 1238179372
        },
        {
            "start": 1238179373,
            "stop": 1238179392
        },
        {
            "start": 1238179393,
            "stop": 1238179409
        },
        {
            "start": 1238179410,
            "stop": 1238179414
        },
        {
            "start": 1238179415,
            "stop": 1238179419
        },
        {
            "start": 1238179420,
            "stop": 1238179421
        },
        {
            "start": 1238179423,
            "stop": 1238179440
        }
    ]
}