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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=204",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 205,
    "results": [
        {
            "start": 834175129,
            "stop": 834175351
        },
        {
            "start": 834175353,
            "stop": 834177111
        },
        {
            "start": 834177113,
            "stop": 834177512
        },
        {
            "start": 834177514,
            "stop": 834177579
        },
        {
            "start": 834178949,
            "stop": 834179688
        },
        {
            "start": 834179690,
            "stop": 834181901
        },
        {
            "start": 834181903,
            "stop": 834187136
        },
        {
            "start": 834187138,
            "stop": 834187537
        },
        {
            "start": 834187539,
            "stop": 834189836
        },
        {
            "start": 834189837,
            "stop": 834216046
        },
        {
            "start": 834216645,
            "stop": 834221723
        },
        {
            "start": 834221725,
            "stop": 834230934
        },
        {
            "start": 834233339,
            "stop": 834236600
        },
        {
            "start": 834267237,
            "stop": 834267628
        },
        {
            "start": 834267630,
            "stop": 834267996
        },
        {
            "start": 834268758,
            "stop": 834269474
        },
        {
            "start": 834269476,
            "stop": 834269569
        },
        {
            "start": 834269571,
            "stop": 834269681
        },
        {
            "start": 834269682,
            "stop": 834288336
        },
        {
            "start": 834288452,
            "stop": 834292003
        }
    ]
}