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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=118",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 119,
    "results": [
        {
            "start": 931779514,
            "stop": 931779556
        },
        {
            "start": 931779559,
            "stop": 931780016
        },
        {
            "start": 931780037,
            "stop": 931780152
        },
        {
            "start": 931780170,
            "stop": 931780185
        },
        {
            "start": 931780203,
            "stop": 931780212
        },
        {
            "start": 931780257,
            "stop": 931780292
        },
        {
            "start": 931780310,
            "stop": 931780390
        },
        {
            "start": 931780408,
            "stop": 931780414
        },
        {
            "start": 931780432,
            "stop": 931780442
        },
        {
            "start": 931780460,
            "stop": 931780631
        },
        {
            "start": 931780716,
            "stop": 931780771
        },
        {
            "start": 931780791,
            "stop": 931780815
        },
        {
            "start": 931781184,
            "stop": 931781300
        },
        {
            "start": 931781334,
            "stop": 931781337
        },
        {
            "start": 931781355,
            "stop": 931781372
        },
        {
            "start": 931781476,
            "stop": 931781482
        },
        {
            "start": 931781500,
            "stop": 931781521
        },
        {
            "start": 931781639,
            "stop": 931781647
        },
        {
            "start": 931781691,
            "stop": 931781701
        },
        {
            "start": 931781719,
            "stop": 931781738
        }
    ]
}