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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 151,
    "results": [
        {
            "start": 931400784,
            "stop": 931400787
        },
        {
            "start": 931400789,
            "stop": 931400807
        },
        {
            "start": 931400808,
            "stop": 931400812
        },
        {
            "start": 931400813,
            "stop": 931400833
        },
        {
            "start": 931400842,
            "stop": 931400870
        },
        {
            "start": 931400872,
            "stop": 931400893
        },
        {
            "start": 931400895,
            "stop": 931400904
        },
        {
            "start": 931400905,
            "stop": 931400930
        },
        {
            "start": 931400931,
            "stop": 931400947
        },
        {
            "start": 931400948,
            "stop": 931400963
        },
        {
            "start": 931400964,
            "stop": 931400984
        },
        {
            "start": 931400986,
            "stop": 931400988
        },
        {
            "start": 931400989,
            "stop": 931401003
        },
        {
            "start": 931401005,
            "stop": 931401052
        },
        {
            "start": 931401053,
            "stop": 931401059
        },
        {
            "start": 931401063,
            "stop": 931401072
        },
        {
            "start": 931401073,
            "stop": 931401089
        },
        {
            "start": 931401090,
            "stop": 931401099
        },
        {
            "start": 931401100,
            "stop": 931401104
        },
        {
            "start": 931401105,
            "stop": 931401112
        }
    ]
}