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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41091",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41092,
    "results": [
        {
            "start": 875220975,
            "stop": 875221015
        },
        {
            "start": 875221017,
            "stop": 875221058
        },
        {
            "start": 875221060,
            "stop": 875221079
        },
        {
            "start": 875221081,
            "stop": 875221101
        },
        {
            "start": 875221102,
            "stop": 875221143
        },
        {
            "start": 875221145,
            "stop": 875221243
        },
        {
            "start": 875221245,
            "stop": 875221256
        },
        {
            "start": 875221257,
            "stop": 875221263
        },
        {
            "start": 875221264,
            "stop": 875221301
        },
        {
            "start": 875221303,
            "stop": 875221309
        },
        {
            "start": 875221310,
            "stop": 875221347
        },
        {
            "start": 875221348,
            "stop": 875221374
        },
        {
            "start": 875221376,
            "stop": 875221395
        },
        {
            "start": 875221396,
            "stop": 875221421
        },
        {
            "start": 875221425,
            "stop": 875221452
        },
        {
            "start": 875221453,
            "stop": 875221465
        },
        {
            "start": 875221466,
            "stop": 875221480
        },
        {
            "start": 875221481,
            "stop": 875221516
        },
        {
            "start": 875221518,
            "stop": 875221581
        },
        {
            "start": 875221583,
            "stop": 875221589
        }
    ]
}