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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=247",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 248,
    "results": [
        {
            "start": 820931148,
            "stop": 820931149
        },
        {
            "start": 820931152,
            "stop": 820931162
        },
        {
            "start": 820931165,
            "stop": 820931307
        },
        {
            "start": 820931311,
            "stop": 820931312
        },
        {
            "start": 820931316,
            "stop": 820931586
        },
        {
            "start": 820931589,
            "stop": 820931675
        },
        {
            "start": 820931678,
            "stop": 820931820
        },
        {
            "start": 820931823,
            "stop": 820931889
        },
        {
            "start": 820931892,
            "stop": 820931904
        },
        {
            "start": 820931907,
            "stop": 820931981
        },
        {
            "start": 820931985,
            "stop": 820932022
        },
        {
            "start": 820932025,
            "stop": 820932031
        },
        {
            "start": 820932034,
            "stop": 820932083
        },
        {
            "start": 820932087,
            "stop": 820932263
        },
        {
            "start": 820932266,
            "stop": 820932491
        },
        {
            "start": 820932494,
            "stop": 820932545
        },
        {
            "start": 820932548,
            "stop": 820932615
        },
        {
            "start": 820932618,
            "stop": 820932625
        },
        {
            "start": 820932628,
            "stop": 820932641
        },
        {
            "start": 820932645,
            "stop": 820932706
        }
    ]
}