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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3293",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3294,
    "results": [
        {
            "start": 874525200,
            "stop": 874525283
        },
        {
            "start": 874525289,
            "stop": 874525299
        },
        {
            "start": 874525302,
            "stop": 874525425
        },
        {
            "start": 874525428,
            "stop": 874525473
        },
        {
            "start": 874525478,
            "stop": 874525500
        },
        {
            "start": 874525560,
            "stop": 874525620
        },
        {
            "start": 874525680,
            "stop": 874525687
        },
        {
            "start": 874525691,
            "stop": 874525800
        },
        {
            "start": 874525860,
            "stop": 874525998
        },
        {
            "start": 874526004,
            "stop": 874526040
        },
        {
            "start": 874526100,
            "stop": 874526220
        },
        {
            "start": 874528753,
            "stop": 874528934
        },
        {
            "start": 874528937,
            "stop": 874528980
        },
        {
            "start": 874529100,
            "stop": 874529220
        },
        {
            "start": 874529340,
            "stop": 874529400
        },
        {
            "start": 874529460,
            "stop": 874529569
        },
        {
            "start": 874529572,
            "stop": 874529765
        },
        {
            "start": 874529769,
            "stop": 874529772
        },
        {
            "start": 874529776,
            "stop": 874529807
        },
        {
            "start": 874529810,
            "stop": 874529880
        }
    ]
}