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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1711",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1709",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1710,
    "results": [
        {
            "start": 957829352,
            "stop": 957829356
        },
        {
            "start": 957829358,
            "stop": 957829361
        },
        {
            "start": 957829363,
            "stop": 957829364
        },
        {
            "start": 957829366,
            "stop": 957829394
        },
        {
            "start": 957829396,
            "stop": 957829462
        },
        {
            "start": 957830493,
            "stop": 957830632
        },
        {
            "start": 957833074,
            "stop": 957834364
        },
        {
            "start": 957838624,
            "stop": 957839070
        },
        {
            "start": 957839072,
            "stop": 957839285
        },
        {
            "start": 957839287,
            "stop": 957839601
        },
        {
            "start": 957840622,
            "stop": 957840837
        },
        {
            "start": 957841669,
            "stop": 957843298
        },
        {
            "start": 957843300,
            "stop": 957846502
        },
        {
            "start": 957856582,
            "stop": 957861960
        },
        {
            "start": 957863139,
            "stop": 957865600
        },
        {
            "start": 957866568,
            "stop": 957866991
        },
        {
            "start": 957869508,
            "stop": 957869648
        },
        {
            "start": 957870674,
            "stop": 957877742
        },
        {
            "start": 957878836,
            "stop": 957881922
        },
        {
            "start": 957882826,
            "stop": 957885567
        }
    ]
}