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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 192,
    "results": [
        {
            "start": 1239859045,
            "stop": 1239859151
        },
        {
            "start": 1239859153,
            "stop": 1239859271
        },
        {
            "start": 1239859273,
            "stop": 1239859305
        },
        {
            "start": 1239859309,
            "stop": 1239859391
        },
        {
            "start": 1239859393,
            "stop": 1239859512
        },
        {
            "start": 1239859513,
            "stop": 1239859631
        },
        {
            "start": 1239859633,
            "stop": 1239859751
        },
        {
            "start": 1239859753,
            "stop": 1239859871
        },
        {
            "start": 1239859873,
            "stop": 1239859991
        },
        {
            "start": 1239859993,
            "stop": 1239860036
        },
        {
            "start": 1239860041,
            "stop": 1239860111
        },
        {
            "start": 1239860113,
            "stop": 1239860231
        },
        {
            "start": 1239860233,
            "stop": 1239860351
        },
        {
            "start": 1239860353,
            "stop": 1239860471
        },
        {
            "start": 1239860473,
            "stop": 1239860591
        },
        {
            "start": 1239860593,
            "stop": 1239860711
        },
        {
            "start": 1239860713,
            "stop": 1239860757
        },
        {
            "start": 1239860760,
            "stop": 1239860831
        },
        {
            "start": 1239860833,
            "stop": 1239860951
        },
        {
            "start": 1239860953,
            "stop": 1239861071
        }
    ]
}