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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=110",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 111,
    "results": [
        {
            "start": 1134908019,
            "stop": 1134908021
        },
        {
            "start": 1134908024,
            "stop": 1134908028
        },
        {
            "start": 1134908063,
            "stop": 1134908143
        },
        {
            "start": 1134908153,
            "stop": 1134908155
        },
        {
            "start": 1134908161,
            "stop": 1134908166
        },
        {
            "start": 1134908169,
            "stop": 1134908173
        },
        {
            "start": 1134908184,
            "stop": 1134908197
        },
        {
            "start": 1134908202,
            "stop": 1134908203
        },
        {
            "start": 1134908230,
            "stop": 1134908292
        },
        {
            "start": 1134908364,
            "stop": 1134908366
        },
        {
            "start": 1134908375,
            "stop": 1134908376
        },
        {
            "start": 1134908383,
            "stop": 1134908392
        },
        {
            "start": 1134908396,
            "stop": 1134908397
        },
        {
            "start": 1134908408,
            "stop": 1134908411
        },
        {
            "start": 1134908448,
            "stop": 1134908452
        },
        {
            "start": 1134908461,
            "stop": 1134908462
        },
        {
            "start": 1134908465,
            "stop": 1134908469
        },
        {
            "start": 1134908486,
            "stop": 1134908488
        },
        {
            "start": 1134908492,
            "stop": 1134908494
        },
        {
            "start": 1134908502,
            "stop": 1134908503
        }
    ]
}