Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 1,
    "results": [
        {
            "start": 931052708,
            "stop": 931052792
        },
        {
            "start": 931052794,
            "stop": 931053956
        },
        {
            "start": 931053958,
            "stop": 931054012
        },
        {
            "start": 931054014,
            "stop": 931054031
        },
        {
            "start": 931054033,
            "stop": 931054579
        },
        {
            "start": 931054580,
            "stop": 931054758
        },
        {
            "start": 931054760,
            "stop": 931054772
        },
        {
            "start": 931054774,
            "stop": 931054794
        },
        {
            "start": 931054795,
            "stop": 931054822
        },
        {
            "start": 931054824,
            "stop": 931054929
        },
        {
            "start": 931054931,
            "stop": 931054943
        },
        {
            "start": 931054945,
            "stop": 931054948
        },
        {
            "start": 931054950,
            "stop": 931054968
        },
        {
            "start": 931054970,
            "stop": 931055000
        },
        {
            "start": 931055002,
            "stop": 931055089
        },
        {
            "start": 931055091,
            "stop": 931055096
        },
        {
            "start": 931076896,
            "stop": 931077930
        },
        {
            "start": 931077932,
            "stop": 931078005
        },
        {
            "start": 931078007,
            "stop": 931078418
        },
        {
            "start": 931078420,
            "stop": 931078422
        }
    ]
}