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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=38",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 39,
    "results": [
        {
            "start": 1238191225,
            "stop": 1238191229
        },
        {
            "start": 1238191230,
            "stop": 1238191235
        },
        {
            "start": 1238191238,
            "stop": 1238191241
        },
        {
            "start": 1238191246,
            "stop": 1238191249
        },
        {
            "start": 1238191250,
            "stop": 1238191254
        },
        {
            "start": 1238191255,
            "stop": 1238191260
        },
        {
            "start": 1238191262,
            "stop": 1238191268
        },
        {
            "start": 1238191270,
            "stop": 1238191272
        },
        {
            "start": 1238191274,
            "stop": 1238191278
        },
        {
            "start": 1238191280,
            "stop": 1238191286
        },
        {
            "start": 1238191287,
            "stop": 1238191292
        },
        {
            "start": 1238191293,
            "stop": 1238191297
        },
        {
            "start": 1238191301,
            "stop": 1238191307
        },
        {
            "start": 1238191309,
            "stop": 1238191313
        },
        {
            "start": 1238191320,
            "stop": 1238191325
        },
        {
            "start": 1238191326,
            "stop": 1238191327
        },
        {
            "start": 1238191328,
            "stop": 1238191336
        },
        {
            "start": 1238191337,
            "stop": 1238191341
        },
        {
            "start": 1238191342,
            "stop": 1238191344
        },
        {
            "start": 1238191345,
            "stop": 1238191347
        }
    ]
}