Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=261
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=260",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 261,
    "results": [
        {
            "start": 931606864,
            "stop": 931606885
        },
        {
            "start": 931606888,
            "stop": 931606950
        },
        {
            "start": 931606951,
            "stop": 931607017
        },
        {
            "start": 931607018,
            "stop": 931607022
        },
        {
            "start": 931607023,
            "stop": 931607061
        },
        {
            "start": 931607065,
            "stop": 931607080
        },
        {
            "start": 931607081,
            "stop": 931607216
        },
        {
            "start": 931607220,
            "stop": 931607330
        },
        {
            "start": 931607332,
            "stop": 931607393
        },
        {
            "start": 931607394,
            "stop": 931607475
        },
        {
            "start": 931607476,
            "stop": 931607723
        },
        {
            "start": 931607725,
            "stop": 931607890
        },
        {
            "start": 931607891,
            "stop": 931607952
        },
        {
            "start": 931607953,
            "stop": 931607962
        },
        {
            "start": 931607963,
            "stop": 931607973
        },
        {
            "start": 931607976,
            "stop": 931607999
        },
        {
            "start": 931608002,
            "stop": 931608015
        },
        {
            "start": 931608375,
            "stop": 931608415
        },
        {
            "start": 931608417,
            "stop": 931608504
        },
        {
            "start": 931608505,
            "stop": 931608564
        }
    ]
}