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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6099",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6100,
    "results": [
        {
            "start": 874038731,
            "stop": 874038778
        },
        {
            "start": 874038783,
            "stop": 874038821
        },
        {
            "start": 874038824,
            "stop": 874038826
        },
        {
            "start": 874038829,
            "stop": 874039114
        },
        {
            "start": 874039117,
            "stop": 874039122
        },
        {
            "start": 874039125,
            "stop": 874039341
        },
        {
            "start": 874039344,
            "stop": 874039644
        },
        {
            "start": 874039645,
            "stop": 874039851
        },
        {
            "start": 874039852,
            "stop": 874040506
        },
        {
            "start": 874040507,
            "stop": 874041076
        },
        {
            "start": 874041079,
            "stop": 874041428
        },
        {
            "start": 874041429,
            "stop": 874041510
        },
        {
            "start": 874041513,
            "stop": 874041524
        },
        {
            "start": 874041527,
            "stop": 874041551
        },
        {
            "start": 874041553,
            "stop": 874041567
        },
        {
            "start": 874041570,
            "stop": 874041578
        },
        {
            "start": 874041581,
            "stop": 874041601
        },
        {
            "start": 874041606,
            "stop": 874041708
        },
        {
            "start": 874041709,
            "stop": 874041713
        },
        {
            "start": 874041719,
            "stop": 874041737
        }
    ]
}