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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=166",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 167,
    "results": [
        {
            "start": 931537706,
            "stop": 931537710
        },
        {
            "start": 931537715,
            "stop": 931537717
        },
        {
            "start": 931537721,
            "stop": 931537722
        },
        {
            "start": 931537726,
            "stop": 931537731
        },
        {
            "start": 931537733,
            "stop": 931537739
        },
        {
            "start": 931537753,
            "stop": 931537756
        },
        {
            "start": 931537758,
            "stop": 931537760
        },
        {
            "start": 931537770,
            "stop": 931537771
        },
        {
            "start": 931537777,
            "stop": 931537780
        },
        {
            "start": 931537784,
            "stop": 931537785
        },
        {
            "start": 931537792,
            "stop": 931537796
        },
        {
            "start": 931537798,
            "stop": 931537799
        },
        {
            "start": 931537801,
            "stop": 931537812
        },
        {
            "start": 931537816,
            "stop": 931537817
        },
        {
            "start": 931537819,
            "stop": 931537822
        },
        {
            "start": 931537829,
            "stop": 931537831
        },
        {
            "start": 931537832,
            "stop": 931537847
        },
        {
            "start": 931537849,
            "stop": 931537850
        },
        {
            "start": 931537854,
            "stop": 931537855
        },
        {
            "start": 931537859,
            "stop": 931537861
        }
    ]
}