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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=413",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 414,
    "results": [
        {
            "start": 1182725476,
            "stop": 1182726202
        },
        {
            "start": 1182726203,
            "stop": 1182726561
        },
        {
            "start": 1182726727,
            "stop": 1182727222
        },
        {
            "start": 1182727223,
            "stop": 1182727426
        },
        {
            "start": 1182727427,
            "stop": 1182727538
        },
        {
            "start": 1182727985,
            "stop": 1182728517
        },
        {
            "start": 1182728518,
            "stop": 1182731079
        },
        {
            "start": 1182731080,
            "stop": 1182731389
        },
        {
            "start": 1182731390,
            "stop": 1182731472
        },
        {
            "start": 1182731473,
            "stop": 1182731506
        },
        {
            "start": 1182731507,
            "stop": 1182731658
        },
        {
            "start": 1182731661,
            "stop": 1182731664
        },
        {
            "start": 1182731667,
            "stop": 1182731668
        },
        {
            "start": 1182731671,
            "stop": 1182731678
        },
        {
            "start": 1182731682,
            "stop": 1182732311
        },
        {
            "start": 1182732312,
            "stop": 1182732509
        },
        {
            "start": 1182732510,
            "stop": 1182732636
        },
        {
            "start": 1182732637,
            "stop": 1182732647
        },
        {
            "start": 1182732648,
            "stop": 1182732649
        },
        {
            "start": 1182732650,
            "stop": 1182733141
        }
    ]
}