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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 52,
    "results": [
        {
            "start": 1370302509,
            "stop": 1370302546
        },
        {
            "start": 1370302551,
            "stop": 1370302670
        },
        {
            "start": 1370302674,
            "stop": 1370302981
        },
        {
            "start": 1370302986,
            "stop": 1370303168
        },
        {
            "start": 1370303173,
            "stop": 1370303244
        },
        {
            "start": 1370303249,
            "stop": 1370303630
        },
        {
            "start": 1370303635,
            "stop": 1370303884
        },
        {
            "start": 1370303887,
            "stop": 1370304708
        },
        {
            "start": 1370304710,
            "stop": 1370304828
        },
        {
            "start": 1370304833,
            "stop": 1370305321
        },
        {
            "start": 1370305323,
            "stop": 1370306854
        },
        {
            "start": 1370306856,
            "stop": 1370310562
        },
        {
            "start": 1370310564,
            "stop": 1370314402
        },
        {
            "start": 1370314404,
            "stop": 1370316053
        },
        {
            "start": 1370316054,
            "stop": 1370316513
        },
        {
            "start": 1370316515,
            "stop": 1370318783
        },
        {
            "start": 1370318784,
            "stop": 1370319197
        },
        {
            "start": 1370319201,
            "stop": 1370320632
        },
        {
            "start": 1370320634,
            "stop": 1370322250
        },
        {
            "start": 1370322255,
            "stop": 1370322754
        }
    ]
}