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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=123",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 124,
    "results": [
        {
            "start": 1135034467,
            "stop": 1135034472
        },
        {
            "start": 1135034475,
            "stop": 1135034482
        },
        {
            "start": 1135034485,
            "stop": 1135037857
        },
        {
            "start": 1135037860,
            "stop": 1135039212
        },
        {
            "start": 1135039215,
            "stop": 1135039388
        },
        {
            "start": 1135039391,
            "stop": 1135039518
        },
        {
            "start": 1135039521,
            "stop": 1135039651
        },
        {
            "start": 1135039654,
            "stop": 1135039975
        },
        {
            "start": 1135039978,
            "stop": 1135040259
        },
        {
            "start": 1135040262,
            "stop": 1135040401
        },
        {
            "start": 1135040404,
            "stop": 1135040612
        },
        {
            "start": 1135040615,
            "stop": 1135040916
        },
        {
            "start": 1135040919,
            "stop": 1135041248
        },
        {
            "start": 1135041251,
            "stop": 1135041337
        },
        {
            "start": 1135041340,
            "stop": 1135041741
        },
        {
            "start": 1135041744,
            "stop": 1135042009
        },
        {
            "start": 1135042011,
            "stop": 1135042160
        },
        {
            "start": 1135042163,
            "stop": 1135042281
        },
        {
            "start": 1135042284,
            "stop": 1135042416
        },
        {
            "start": 1135042419,
            "stop": 1135042566
        }
    ]
}