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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=165",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 166,
    "results": [
        {
            "start": 931537521,
            "stop": 931537523
        },
        {
            "start": 931537527,
            "stop": 931537534
        },
        {
            "start": 931537536,
            "stop": 931537542
        },
        {
            "start": 931537544,
            "stop": 931537562
        },
        {
            "start": 931537563,
            "stop": 931537567
        },
        {
            "start": 931537568,
            "stop": 931537573
        },
        {
            "start": 931537574,
            "stop": 931537576
        },
        {
            "start": 931537578,
            "stop": 931537579
        },
        {
            "start": 931537583,
            "stop": 931537584
        },
        {
            "start": 931537585,
            "stop": 931537589
        },
        {
            "start": 931537592,
            "stop": 931537595
        },
        {
            "start": 931537597,
            "stop": 931537598
        },
        {
            "start": 931537599,
            "stop": 931537646
        },
        {
            "start": 931537648,
            "stop": 931537654
        },
        {
            "start": 931537656,
            "stop": 931537662
        },
        {
            "start": 931537664,
            "stop": 931537667
        },
        {
            "start": 931537671,
            "stop": 931537685
        },
        {
            "start": 931537686,
            "stop": 931537690
        },
        {
            "start": 931537692,
            "stop": 931537694
        },
        {
            "start": 931537695,
            "stop": 931537705
        }
    ]
}