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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=305",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 306,
    "results": [
        {
            "start": 866224786,
            "stop": 866224980
        },
        {
            "start": 866225590,
            "stop": 866225821
        },
        {
            "start": 866226157,
            "stop": 866226640
        },
        {
            "start": 866226940,
            "stop": 866229696
        },
        {
            "start": 866229996,
            "stop": 866231388
        },
        {
            "start": 866232125,
            "stop": 866232146
        },
        {
            "start": 866232458,
            "stop": 866232475
        },
        {
            "start": 866232585,
            "stop": 866232618
        },
        {
            "start": 866232918,
            "stop": 866235948
        },
        {
            "start": 866236248,
            "stop": 866237312
        },
        {
            "start": 866237840,
            "stop": 866240128
        },
        {
            "start": 866240214,
            "stop": 866241555
        },
        {
            "start": 866245277,
            "stop": 866245698
        },
        {
            "start": 866246172,
            "stop": 866248964
        },
        {
            "start": 866248965,
            "stop": 866254549
        },
        {
            "start": 866254551,
            "stop": 866257174
        },
        {
            "start": 866257430,
            "stop": 866259343
        },
        {
            "start": 866259453,
            "stop": 866259834
        },
        {
            "start": 866260134,
            "stop": 866300414
        },
        {
            "start": 866323162,
            "stop": 866325523
        }
    ]
}