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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=137",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 138,
    "results": [
        {
            "start": 931437229,
            "stop": 931437232
        },
        {
            "start": 931437234,
            "stop": 931437284
        },
        {
            "start": 931437286,
            "stop": 931437344
        },
        {
            "start": 931437346,
            "stop": 931437384
        },
        {
            "start": 931437386,
            "stop": 931437395
        },
        {
            "start": 931437397,
            "stop": 931437412
        },
        {
            "start": 931437414,
            "stop": 931437444
        },
        {
            "start": 931437446,
            "stop": 931437453
        },
        {
            "start": 931437455,
            "stop": 931437482
        },
        {
            "start": 931437484,
            "stop": 931437498
        },
        {
            "start": 931437500,
            "stop": 931437533
        },
        {
            "start": 931437537,
            "stop": 931437561
        },
        {
            "start": 931437563,
            "stop": 931437597
        },
        {
            "start": 931437599,
            "stop": 931437643
        },
        {
            "start": 931437644,
            "stop": 931437692
        },
        {
            "start": 931437694,
            "stop": 931437697
        },
        {
            "start": 931437699,
            "stop": 931437703
        },
        {
            "start": 931437705,
            "stop": 931437788
        },
        {
            "start": 931437790,
            "stop": 931437821
        },
        {
            "start": 931437823,
            "stop": 931437829
        }
    ]
}