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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 106,
    "results": [
        {
            "start": 1371977622,
            "stop": 1371979718
        },
        {
            "start": 1371979720,
            "stop": 1371980298
        },
        {
            "start": 1371980301,
            "stop": 1371981246
        },
        {
            "start": 1371981251,
            "stop": 1371982519
        },
        {
            "start": 1371982520,
            "stop": 1371984160
        },
        {
            "start": 1371984162,
            "stop": 1371987193
        },
        {
            "start": 1371987194,
            "stop": 1371988785
        },
        {
            "start": 1371988786,
            "stop": 1371990631
        },
        {
            "start": 1371990633,
            "stop": 1371991807
        },
        {
            "start": 1371991808,
            "stop": 1371991812
        },
        {
            "start": 1371991814,
            "stop": 1371991822
        },
        {
            "start": 1371991824,
            "stop": 1371994888
        },
        {
            "start": 1371994890,
            "stop": 1371995492
        },
        {
            "start": 1371995496,
            "stop": 1371995497
        },
        {
            "start": 1371995502,
            "stop": 1371997068
        },
        {
            "start": 1371997070,
            "stop": 1371999269
        },
        {
            "start": 1371999271,
            "stop": 1371999817
        },
        {
            "start": 1371999818,
            "stop": 1372003212
        },
        {
            "start": 1372003214,
            "stop": 1372004320
        },
        {
            "start": 1372004322,
            "stop": 1372005645
        }
    ]
}