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/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=31",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 32,
    "results": [
        {
            "start": 931681038,
            "stop": 931681039
        },
        {
            "start": 931681640,
            "stop": 931681652
        },
        {
            "start": 931682327,
            "stop": 931682328
        },
        {
            "start": 931682398,
            "stop": 931682403
        },
        {
            "start": 931683529,
            "stop": 931683531
        },
        {
            "start": 931711211,
            "stop": 931711258
        },
        {
            "start": 931711259,
            "stop": 931711294
        },
        {
            "start": 931711295,
            "stop": 931711458
        },
        {
            "start": 931711461,
            "stop": 931712911
        },
        {
            "start": 931714796,
            "stop": 931715790
        },
        {
            "start": 931715791,
            "stop": 931717747
        },
        {
            "start": 931717749,
            "stop": 931717751
        },
        {
            "start": 931725493,
            "stop": 931725870
        },
        {
            "start": 931725871,
            "stop": 931726091
        },
        {
            "start": 931768212,
            "stop": 931768213
        },
        {
            "start": 931768245,
            "stop": 931768246
        },
        {
            "start": 931768354,
            "stop": 931768387
        },
        {
            "start": 931768411,
            "stop": 931768428
        },
        {
            "start": 931768509,
            "stop": 931768515
        },
        {
            "start": 931768633,
            "stop": 931768634
        }
    ]
}