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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5305",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5306,
    "results": [
        {
            "start": 875193509,
            "stop": 875194190
        },
        {
            "start": 875194207,
            "stop": 875195192
        },
        {
            "start": 875195228,
            "stop": 875195310
        },
        {
            "start": 875196343,
            "stop": 875196534
        },
        {
            "start": 875196542,
            "stop": 875196734
        },
        {
            "start": 875196742,
            "stop": 875198848
        },
        {
            "start": 875198855,
            "stop": 875199127
        },
        {
            "start": 875199134,
            "stop": 875200229
        },
        {
            "start": 875200237,
            "stop": 875201299
        },
        {
            "start": 875201306,
            "stop": 875202423
        },
        {
            "start": 875202459,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875203344
        },
        {
            "start": 875203351,
            "stop": 875203380
        },
        {
            "start": 875203440,
            "stop": 875203710
        },
        {
            "start": 875203762,
            "stop": 875204326
        },
        {
            "start": 875204334,
            "stop": 875204412
        },
        {
            "start": 875204420,
            "stop": 875205263
        },
        {
            "start": 875205271,
            "stop": 875205434
        },
        {
            "start": 875205441,
            "stop": 875205862
        },
        {
            "start": 875205878,
            "stop": 875205900
        }
    ]
}