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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=847",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 848,
    "results": [
        {
            "start": 873026503,
            "stop": 873026507
        },
        {
            "start": 873026515,
            "stop": 873026519
        },
        {
            "start": 873026523,
            "stop": 873026531
        },
        {
            "start": 873026539,
            "stop": 873026544
        },
        {
            "start": 873026551,
            "stop": 873026556
        },
        {
            "start": 873026564,
            "stop": 873026568
        },
        {
            "start": 873026576,
            "stop": 873026579
        },
        {
            "start": 873026585,
            "stop": 873026591
        },
        {
            "start": 873026600,
            "stop": 873026605
        },
        {
            "start": 873026613,
            "stop": 873026618
        },
        {
            "start": 873026624,
            "stop": 873026629
        },
        {
            "start": 873026637,
            "stop": 873026642
        },
        {
            "start": 873026649,
            "stop": 873026654
        },
        {
            "start": 873026661,
            "stop": 873026666
        },
        {
            "start": 873026671,
            "stop": 873026678
        },
        {
            "start": 873026684,
            "stop": 873026690
        },
        {
            "start": 873026697,
            "stop": 873026702
        },
        {
            "start": 873026706,
            "stop": 873026716
        },
        {
            "start": 873026721,
            "stop": 873026726
        },
        {
            "start": 873026733,
            "stop": 873026738
        }
    ]
}