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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33322",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33323,
    "results": [
        {
            "start": 971026640,
            "stop": 971026661
        },
        {
            "start": 971026662,
            "stop": 971026729
        },
        {
            "start": 971026730,
            "stop": 971026775
        },
        {
            "start": 971026776,
            "stop": 971026794
        },
        {
            "start": 971026795,
            "stop": 971026796
        },
        {
            "start": 971026797,
            "stop": 971026804
        },
        {
            "start": 971026805,
            "stop": 971026812
        },
        {
            "start": 971026814,
            "stop": 971026827
        },
        {
            "start": 971026828,
            "stop": 971026843
        },
        {
            "start": 971026844,
            "stop": 971026889
        },
        {
            "start": 971026892,
            "stop": 971026895
        },
        {
            "start": 971026897,
            "stop": 971026899
        },
        {
            "start": 971026900,
            "stop": 971026968
        },
        {
            "start": 971026972,
            "stop": 971026990
        },
        {
            "start": 971026993,
            "stop": 971027009
        },
        {
            "start": 971027010,
            "stop": 971027018
        },
        {
            "start": 971027019,
            "stop": 971027057
        },
        {
            "start": 971027060,
            "stop": 971027064
        },
        {
            "start": 971027069,
            "stop": 971027116
        },
        {
            "start": 971027356,
            "stop": 971027389
        }
    ]
}