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=5243
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=5244",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5242",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5243,
    "results": [
        {
            "start": 1137056507,
            "stop": 1137056518
        },
        {
            "start": 1137056519,
            "stop": 1137056531
        },
        {
            "start": 1137056533,
            "stop": 1137056535
        },
        {
            "start": 1137056537,
            "stop": 1137056545
        },
        {
            "start": 1137056547,
            "stop": 1137056548
        },
        {
            "start": 1137056551,
            "stop": 1137056559
        },
        {
            "start": 1137056561,
            "stop": 1137056568
        },
        {
            "start": 1137056570,
            "stop": 1137056582
        },
        {
            "start": 1137056584,
            "stop": 1137056586
        },
        {
            "start": 1137056588,
            "stop": 1137056589
        },
        {
            "start": 1137056591,
            "stop": 1137056592
        },
        {
            "start": 1137056594,
            "stop": 1137056618
        },
        {
            "start": 1137056620,
            "stop": 1137056689
        },
        {
            "start": 1137056691,
            "stop": 1137056694
        },
        {
            "start": 1137056695,
            "stop": 1137056714
        },
        {
            "start": 1137056716,
            "stop": 1137056733
        },
        {
            "start": 1137056735,
            "stop": 1137056738
        },
        {
            "start": 1137056739,
            "stop": 1137056740
        },
        {
            "start": 1137056744,
            "stop": 1137056746
        },
        {
            "start": 1137056748,
            "stop": 1137056755
        }
    ]
}