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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46976",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46977,
    "results": [
        {
            "start": 875213493,
            "stop": 875213496
        },
        {
            "start": 875213497,
            "stop": 875213499
        },
        {
            "start": 875213502,
            "stop": 875213517
        },
        {
            "start": 875213518,
            "stop": 875213521
        },
        {
            "start": 875213526,
            "stop": 875213539
        },
        {
            "start": 875213540,
            "stop": 875213544
        },
        {
            "start": 875213545,
            "stop": 875213549
        },
        {
            "start": 875213550,
            "stop": 875213565
        },
        {
            "start": 875213566,
            "stop": 875213581
        },
        {
            "start": 875213583,
            "stop": 875213600
        },
        {
            "start": 875213603,
            "stop": 875213610
        },
        {
            "start": 875213611,
            "stop": 875213620
        },
        {
            "start": 875213621,
            "stop": 875213624
        },
        {
            "start": 875213625,
            "stop": 875213634
        },
        {
            "start": 875213638,
            "stop": 875213642
        },
        {
            "start": 875213643,
            "stop": 875213649
        },
        {
            "start": 875213650,
            "stop": 875213666
        },
        {
            "start": 875213668,
            "stop": 875213684
        },
        {
            "start": 875213687,
            "stop": 875213688
        },
        {
            "start": 875213689,
            "stop": 875213691
        }
    ]
}