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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=323",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 324,
    "results": [
        {
            "start": 844186813,
            "stop": 844186819
        },
        {
            "start": 844186822,
            "stop": 844186829
        },
        {
            "start": 844186837,
            "stop": 844186841
        },
        {
            "start": 844186843,
            "stop": 844186848
        },
        {
            "start": 844186852,
            "stop": 844186997
        },
        {
            "start": 844187000,
            "stop": 844187395
        },
        {
            "start": 844189505,
            "stop": 844192157
        },
        {
            "start": 844192978,
            "stop": 844193628
        },
        {
            "start": 844195737,
            "stop": 844196074
        },
        {
            "start": 844196076,
            "stop": 844199157
        },
        {
            "start": 844199661,
            "stop": 844200189
        },
        {
            "start": 844200521,
            "stop": 844204977
        },
        {
            "start": 844204978,
            "stop": 844205443
        },
        {
            "start": 844205445,
            "stop": 844210934
        },
        {
            "start": 844210936,
            "stop": 844213491
        },
        {
            "start": 844213493,
            "stop": 844215363
        },
        {
            "start": 844215495,
            "stop": 844215655
        },
        {
            "start": 844216145,
            "stop": 844225529
        },
        {
            "start": 844225531,
            "stop": 844228621
        },
        {
            "start": 844228622,
            "stop": 844229371
        }
    ]
}