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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 60,
    "results": [
        {
            "start": 931500415,
            "stop": 931500421
        },
        {
            "start": 931500428,
            "stop": 931500433
        },
        {
            "start": 931500436,
            "stop": 931500440
        },
        {
            "start": 931500447,
            "stop": 931500453
        },
        {
            "start": 931500456,
            "stop": 931500462
        },
        {
            "start": 931500469,
            "stop": 931500472
        },
        {
            "start": 931500475,
            "stop": 931500476
        },
        {
            "start": 931500480,
            "stop": 931500483
        },
        {
            "start": 931500485,
            "stop": 931500489
        },
        {
            "start": 931500491,
            "stop": 931500504
        },
        {
            "start": 931500507,
            "stop": 931500510
        },
        {
            "start": 931500513,
            "stop": 931500522
        },
        {
            "start": 931500524,
            "stop": 931500526
        },
        {
            "start": 931500531,
            "stop": 931500536
        },
        {
            "start": 931500541,
            "stop": 931500553
        },
        {
            "start": 931500558,
            "stop": 931500559
        },
        {
            "start": 931500561,
            "stop": 931500562
        },
        {
            "start": 931500565,
            "stop": 931500571
        },
        {
            "start": 931500581,
            "stop": 931500582
        },
        {
            "start": 931500585,
            "stop": 931500587
        }
    ]
}