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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=740",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 741,
    "results": [
        {
            "start": 866353353,
            "stop": 866353361
        },
        {
            "start": 866358693,
            "stop": 866386302
        },
        {
            "start": 866405184,
            "stop": 866410885
        },
        {
            "start": 866415788,
            "stop": 866447382
        },
        {
            "start": 866447803,
            "stop": 866468976
        },
        {
            "start": 866469296,
            "stop": 866470680
        },
        {
            "start": 866471080,
            "stop": 866477770
        },
        {
            "start": 866512515,
            "stop": 866524459
        },
        {
            "start": 866526322,
            "stop": 866558014
        },
        {
            "start": 866558016,
            "stop": 866558191
        },
        {
            "start": 866558194,
            "stop": 866558260
        },
        {
            "start": 866558262,
            "stop": 866558468
        },
        {
            "start": 866558470,
            "stop": 866559819
        },
        {
            "start": 866560843,
            "stop": 866567557
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583640
        },
        {
            "start": 866587385,
            "stop": 866592977
        },
        {
            "start": 866592979,
            "stop": 866593648
        },
        {
            "start": 866594760,
            "stop": 866600559
        },
        {
            "start": 866601120,
            "stop": 866601298
        }
    ]
}