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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=183",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 184,
    "results": [
        {
            "start": 847734387,
            "stop": 847734429
        },
        {
            "start": 847742700,
            "stop": 847744293
        },
        {
            "start": 847752171,
            "stop": 847753043
        },
        {
            "start": 847775781,
            "stop": 847797088
        },
        {
            "start": 847798683,
            "stop": 847802556
        },
        {
            "start": 847803691,
            "stop": 847811779
        },
        {
            "start": 847819476,
            "stop": 847820810
        },
        {
            "start": 847821199,
            "stop": 847821250
        },
        {
            "start": 847823778,
            "stop": 847823941
        },
        {
            "start": 847826448,
            "stop": 847834691
        },
        {
            "start": 847837065,
            "stop": 847837408
        },
        {
            "start": 847838012,
            "stop": 847841040
        },
        {
            "start": 847842323,
            "stop": 847883699
        },
        {
            "start": 847887522,
            "stop": 847890198
        },
        {
            "start": 847890200,
            "stop": 847899709
        },
        {
            "start": 847902100,
            "stop": 847902602
        },
        {
            "start": 847903002,
            "stop": 847914985
        },
        {
            "start": 847916130,
            "stop": 847922223
        },
        {
            "start": 847922827,
            "stop": 847945256
        },
        {
            "start": 847952376,
            "stop": 847952415
        }
    ]
}