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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=448",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 449,
    "results": [
        {
            "start": 859563542,
            "stop": 859563546
        },
        {
            "start": 859563548,
            "stop": 859566167
        },
        {
            "start": 859566250,
            "stop": 859571485
        },
        {
            "start": 859571488,
            "stop": 859571997
        },
        {
            "start": 859571999,
            "stop": 859573170
        },
        {
            "start": 859573173,
            "stop": 859573174
        },
        {
            "start": 859573176,
            "stop": 859575269
        },
        {
            "start": 859575564,
            "stop": 859577349
        },
        {
            "start": 859577351,
            "stop": 859579493
        },
        {
            "start": 859579495,
            "stop": 859581504
        },
        {
            "start": 859581506,
            "stop": 859584918
        },
        {
            "start": 859586010,
            "stop": 859594669
        },
        {
            "start": 859602696,
            "stop": 859618445
        },
        {
            "start": 859618446,
            "stop": 859619631
        },
        {
            "start": 859620582,
            "stop": 859628999
        },
        {
            "start": 859629001,
            "stop": 859633119
        },
        {
            "start": 859634183,
            "stop": 859640721
        },
        {
            "start": 859644785,
            "stop": 859647134
        },
        {
            "start": 859662551,
            "stop": 859662582
        },
        {
            "start": 859663444,
            "stop": 859663768
        }
    ]
}