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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=26",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 27,
    "results": [
        {
            "start": 1176922523,
            "stop": 1176952447
        },
        {
            "start": 1176959198,
            "stop": 1177018950
        },
        {
            "start": 1177026931,
            "stop": 1177064294
        },
        {
            "start": 1177074904,
            "stop": 1177083491
        },
        {
            "start": 1177083494,
            "stop": 1177105788
        },
        {
            "start": 1177123638,
            "stop": 1177164045
        },
        {
            "start": 1177182452,
            "stop": 1177183150
        },
        {
            "start": 1177198948,
            "stop": 1177200200
        },
        {
            "start": 1177209928,
            "stop": 1177223289
        },
        {
            "start": 1177225927,
            "stop": 1177259186
        },
        {
            "start": 1177281675,
            "stop": 1177342001
        },
        {
            "start": 1177367257,
            "stop": 1177367300
        },
        {
            "start": 1177369166,
            "stop": 1177369720
        },
        {
            "start": 1177370097,
            "stop": 1177406716
        },
        {
            "start": 1177409568,
            "stop": 1177447521
        },
        {
            "start": 1177520517,
            "stop": 1177541567
        },
        {
            "start": 1177654218,
            "stop": 1177656078
        },
        {
            "start": 1177658599,
            "stop": 1177672779
        },
        {
            "start": 1177707013,
            "stop": 1177707103
        },
        {
            "start": 1177707141,
            "stop": 1177712279
        }
    ]
}