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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5911",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5912,
    "results": [
        {
            "start": 875138568,
            "stop": 875138587
        },
        {
            "start": 875138591,
            "stop": 875138603
        },
        {
            "start": 875138606,
            "stop": 875138680
        },
        {
            "start": 875138683,
            "stop": 875138685
        },
        {
            "start": 875138689,
            "stop": 875138703
        },
        {
            "start": 875138706,
            "stop": 875138711
        },
        {
            "start": 875138714,
            "stop": 875138760
        },
        {
            "start": 875138764,
            "stop": 875138863
        },
        {
            "start": 875138867,
            "stop": 875138918
        },
        {
            "start": 875138924,
            "stop": 875138927
        },
        {
            "start": 875138931,
            "stop": 875138986
        },
        {
            "start": 875138993,
            "stop": 875139088
        },
        {
            "start": 875139091,
            "stop": 875139237
        },
        {
            "start": 875139240,
            "stop": 875139263
        },
        {
            "start": 875139266,
            "stop": 875139277
        },
        {
            "start": 875139280,
            "stop": 875139375
        },
        {
            "start": 875139381,
            "stop": 875139388
        },
        {
            "start": 875139391,
            "stop": 875139473
        },
        {
            "start": 875139477,
            "stop": 875139501
        },
        {
            "start": 875139504,
            "stop": 875139519
        }
    ]
}