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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=285",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 286,
    "results": [
        {
            "start": 1126941595,
            "stop": 1126941621
        },
        {
            "start": 1126941622,
            "stop": 1126941955
        },
        {
            "start": 1126941957,
            "stop": 1126941967
        },
        {
            "start": 1126941968,
            "stop": 1126941977
        },
        {
            "start": 1126941979,
            "stop": 1126942118
        },
        {
            "start": 1126942119,
            "stop": 1126942315
        },
        {
            "start": 1126942317,
            "stop": 1126942538
        },
        {
            "start": 1126942540,
            "stop": 1126942555
        },
        {
            "start": 1126942558,
            "stop": 1126942615
        },
        {
            "start": 1126942616,
            "stop": 1126942618
        },
        {
            "start": 1126942627,
            "stop": 1126942628
        },
        {
            "start": 1126942630,
            "stop": 1126942636
        },
        {
            "start": 1126942641,
            "stop": 1126942644
        },
        {
            "start": 1126942645,
            "stop": 1126942647
        },
        {
            "start": 1126942650,
            "stop": 1126942660
        },
        {
            "start": 1126942661,
            "stop": 1126942671
        },
        {
            "start": 1126942676,
            "stop": 1126942689
        },
        {
            "start": 1126942691,
            "stop": 1126942693
        },
        {
            "start": 1126942695,
            "stop": 1126942699
        },
        {
            "start": 1126942701,
            "stop": 1126942716
        }
    ]
}