Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=185
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=184",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 185,
    "results": [
        {
            "start": 1176948426,
            "stop": 1176948435
        },
        {
            "start": 1176948441,
            "stop": 1176948444
        },
        {
            "start": 1176948445,
            "stop": 1176948446
        },
        {
            "start": 1176948448,
            "stop": 1176948458
        },
        {
            "start": 1176948459,
            "stop": 1176948470
        },
        {
            "start": 1176948473,
            "stop": 1176948479
        },
        {
            "start": 1176948481,
            "stop": 1176948500
        },
        {
            "start": 1176948502,
            "stop": 1176948503
        },
        {
            "start": 1176948507,
            "stop": 1176948511
        },
        {
            "start": 1176948513,
            "stop": 1176948514
        },
        {
            "start": 1176948515,
            "stop": 1176948570
        },
        {
            "start": 1176948572,
            "stop": 1176948573
        },
        {
            "start": 1176948576,
            "stop": 1176948582
        },
        {
            "start": 1176948583,
            "stop": 1176948592
        },
        {
            "start": 1176948596,
            "stop": 1176948599
        },
        {
            "start": 1176948600,
            "stop": 1176948622
        },
        {
            "start": 1176948623,
            "stop": 1176948721
        },
        {
            "start": 1176948723,
            "stop": 1176948732
        },
        {
            "start": 1176948737,
            "stop": 1176948756
        },
        {
            "start": 1176948760,
            "stop": 1176948789
        }
    ]
}