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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 136,
    "results": [
        {
            "start": 931386749,
            "stop": 931386762
        },
        {
            "start": 931386764,
            "stop": 931386777
        },
        {
            "start": 931386779,
            "stop": 931386791
        },
        {
            "start": 931386794,
            "stop": 931386806
        },
        {
            "start": 931386807,
            "stop": 931386890
        },
        {
            "start": 931386950,
            "stop": 931386968
        },
        {
            "start": 931386969,
            "stop": 931387015
        },
        {
            "start": 931387016,
            "stop": 931387061
        },
        {
            "start": 931387062,
            "stop": 931387109
        },
        {
            "start": 931387111,
            "stop": 931387211
        },
        {
            "start": 931387212,
            "stop": 931387242
        },
        {
            "start": 931387243,
            "stop": 931387268
        },
        {
            "start": 931387269,
            "stop": 931387423
        },
        {
            "start": 931387424,
            "stop": 931387466
        },
        {
            "start": 931387469,
            "stop": 931387986
        },
        {
            "start": 931387987,
            "stop": 931388157
        },
        {
            "start": 931388158,
            "stop": 931388279
        },
        {
            "start": 931388281,
            "stop": 931388408
        },
        {
            "start": 931388409,
            "stop": 931388415
        },
        {
            "start": 931388775,
            "stop": 931388779
        }
    ]
}