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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1697",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1695",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1696,
    "results": [
        {
            "start": 1249004327,
            "stop": 1249004335
        },
        {
            "start": 1249004337,
            "stop": 1249004338
        },
        {
            "start": 1249004339,
            "stop": 1249004349
        },
        {
            "start": 1249004354,
            "stop": 1249004359
        },
        {
            "start": 1249004364,
            "stop": 1249004366
        },
        {
            "start": 1249004391,
            "stop": 1249004401
        },
        {
            "start": 1249004403,
            "stop": 1249004405
        },
        {
            "start": 1249004406,
            "stop": 1249004411
        },
        {
            "start": 1249004412,
            "stop": 1249004413
        },
        {
            "start": 1249004416,
            "stop": 1249004418
        },
        {
            "start": 1249004420,
            "stop": 1249004561
        },
        {
            "start": 1249004562,
            "stop": 1249004597
        },
        {
            "start": 1249004604,
            "stop": 1249004621
        },
        {
            "start": 1249004622,
            "stop": 1249004625
        },
        {
            "start": 1249004631,
            "stop": 1249004634
        },
        {
            "start": 1249004642,
            "stop": 1249004643
        },
        {
            "start": 1249004645,
            "stop": 1249004650
        },
        {
            "start": 1249004652,
            "stop": 1249004653
        },
        {
            "start": 1249004659,
            "stop": 1249004660
        },
        {
            "start": 1249004663,
            "stop": 1249004664
        }
    ]
}