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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=159",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 160,
    "results": [
        {
            "start": 1419447661,
            "stop": 1419449451
        },
        {
            "start": 1419451153,
            "stop": 1419460417
        },
        {
            "start": 1419461087,
            "stop": 1419469643
        },
        {
            "start": 1419478146,
            "stop": 1419486984
        },
        {
            "start": 1419486987,
            "stop": 1419493395
        },
        {
            "start": 1419493400,
            "stop": 1419518052
        },
        {
            "start": 1419518057,
            "stop": 1419532044
        },
        {
            "start": 1419532046,
            "stop": 1419538080
        },
        {
            "start": 1419538083,
            "stop": 1419538998
        },
        {
            "start": 1419539000,
            "stop": 1419541521
        },
        {
            "start": 1419541522,
            "stop": 1419546234
        },
        {
            "start": 1419546238,
            "stop": 1419547624
        },
        {
            "start": 1419551958,
            "stop": 1419575448
        },
        {
            "start": 1419575453,
            "stop": 1419584217
        },
        {
            "start": 1419584221,
            "stop": 1419584477
        },
        {
            "start": 1419584480,
            "stop": 1419587139
        },
        {
            "start": 1419587140,
            "stop": 1419593955
        },
        {
            "start": 1419593959,
            "stop": 1419597061
        },
        {
            "start": 1419597064,
            "stop": 1419600100
        },
        {
            "start": 1419600105,
            "stop": 1419627937
        }
    ]
}