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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=340",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 341,
    "results": [
        {
            "start": 1250703184,
            "stop": 1250703185
        },
        {
            "start": 1250703187,
            "stop": 1250703189
        },
        {
            "start": 1250703190,
            "stop": 1250703191
        },
        {
            "start": 1250703193,
            "stop": 1250703194
        },
        {
            "start": 1250703195,
            "stop": 1250703284
        },
        {
            "start": 1250703288,
            "stop": 1250703295
        },
        {
            "start": 1250703297,
            "stop": 1250703332
        },
        {
            "start": 1250703333,
            "stop": 1250703340
        },
        {
            "start": 1250703343,
            "stop": 1250703422
        },
        {
            "start": 1250703424,
            "stop": 1250703427
        },
        {
            "start": 1250703428,
            "stop": 1250703431
        },
        {
            "start": 1250703436,
            "stop": 1250703444
        },
        {
            "start": 1250705709,
            "stop": 1250795382
        },
        {
            "start": 1250799189,
            "stop": 1250818556
        },
        {
            "start": 1250821658,
            "stop": 1250844229
        },
        {
            "start": 1250844230,
            "stop": 1250859962
        },
        {
            "start": 1250859968,
            "stop": 1250860039
        },
        {
            "start": 1250860051,
            "stop": 1250860052
        },
        {
            "start": 1250860054,
            "stop": 1250860198
        },
        {
            "start": 1250860210,
            "stop": 1250860212
        }
    ]
}