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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=11",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 12,
    "results": [
        {
            "start": 1126122090,
            "stop": 1126122874
        },
        {
            "start": 1126122876,
            "stop": 1126123267
        },
        {
            "start": 1126123553,
            "stop": 1126123590
        },
        {
            "start": 1126123592,
            "stop": 1126123651
        },
        {
            "start": 1126123653,
            "stop": 1126123657
        },
        {
            "start": 1126123659,
            "stop": 1126123664
        },
        {
            "start": 1126123671,
            "stop": 1126123742
        },
        {
            "start": 1126123743,
            "stop": 1126124080
        },
        {
            "start": 1126124081,
            "stop": 1126124198
        },
        {
            "start": 1126124200,
            "stop": 1126124472
        },
        {
            "start": 1126124474,
            "stop": 1126124884
        },
        {
            "start": 1126124886,
            "stop": 1126124890
        },
        {
            "start": 1126124891,
            "stop": 1126124963
        },
        {
            "start": 1126124965,
            "stop": 1126125058
        },
        {
            "start": 1126125060,
            "stop": 1126125132
        },
        {
            "start": 1126125134,
            "stop": 1126125252
        },
        {
            "start": 1126125265,
            "stop": 1126125346
        },
        {
            "start": 1126125348,
            "stop": 1126125698
        },
        {
            "start": 1126125699,
            "stop": 1126125757
        },
        {
            "start": 1126125759,
            "stop": 1126126221
        }
    ]
}