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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=360",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 361,
    "results": [
        {
            "start": 847979838,
            "stop": 847981124
        },
        {
            "start": 847981125,
            "stop": 847983327
        },
        {
            "start": 847984256,
            "stop": 847990118
        },
        {
            "start": 847990120,
            "stop": 847990295
        },
        {
            "start": 847990505,
            "stop": 847997452
        },
        {
            "start": 847997453,
            "stop": 847998640
        },
        {
            "start": 848008539,
            "stop": 848010400
        },
        {
            "start": 848010402,
            "stop": 848012932
        },
        {
            "start": 848012934,
            "stop": 848016319
        },
        {
            "start": 848016490,
            "stop": 848021079
        },
        {
            "start": 848021565,
            "stop": 848042804
        },
        {
            "start": 848043437,
            "stop": 848046273
        },
        {
            "start": 848046275,
            "stop": 848048962
        },
        {
            "start": 848049961,
            "stop": 848050378
        },
        {
            "start": 848050380,
            "stop": 848054046
        },
        {
            "start": 848054048,
            "stop": 848055295
        },
        {
            "start": 848055297,
            "stop": 848057640
        },
        {
            "start": 848057642,
            "stop": 848060420
        },
        {
            "start": 848061077,
            "stop": 848062002
        },
        {
            "start": 848062124,
            "stop": 848062678
        }
    ]
}