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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=271",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 272,
    "results": [
        {
            "start": 1377099764,
            "stop": 1377100990
        },
        {
            "start": 1377100992,
            "stop": 1377101317
        },
        {
            "start": 1377101322,
            "stop": 1377101382
        },
        {
            "start": 1377101384,
            "stop": 1377101822
        },
        {
            "start": 1377101823,
            "stop": 1377101844
        },
        {
            "start": 1377101845,
            "stop": 1377103848
        },
        {
            "start": 1377103850,
            "stop": 1377103876
        },
        {
            "start": 1377103878,
            "stop": 1377103890
        },
        {
            "start": 1377103893,
            "stop": 1377105160
        },
        {
            "start": 1377105162,
            "stop": 1377106148
        },
        {
            "start": 1377106151,
            "stop": 1377107229
        },
        {
            "start": 1377107231,
            "stop": 1377108819
        },
        {
            "start": 1377108821,
            "stop": 1377109167
        },
        {
            "start": 1377109168,
            "stop": 1377109887
        },
        {
            "start": 1377109889,
            "stop": 1377111547
        },
        {
            "start": 1377111549,
            "stop": 1377112373
        },
        {
            "start": 1377112375,
            "stop": 1377113180
        },
        {
            "start": 1377113182,
            "stop": 1377113730
        },
        {
            "start": 1377113732,
            "stop": 1377114077
        },
        {
            "start": 1377114078,
            "stop": 1377115166
        }
    ]
}