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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 126,
    "results": [
        {
            "start": 1372463380,
            "stop": 1372464148
        },
        {
            "start": 1372464149,
            "stop": 1372464371
        },
        {
            "start": 1372464373,
            "stop": 1372469213
        },
        {
            "start": 1372469215,
            "stop": 1372469414
        },
        {
            "start": 1372469416,
            "stop": 1372470771
        },
        {
            "start": 1372470775,
            "stop": 1372474206
        },
        {
            "start": 1372474211,
            "stop": 1372474976
        },
        {
            "start": 1372474977,
            "stop": 1372475835
        },
        {
            "start": 1372475836,
            "stop": 1372477070
        },
        {
            "start": 1372477071,
            "stop": 1372480974
        },
        {
            "start": 1372480976,
            "stop": 1372483293
        },
        {
            "start": 1372483294,
            "stop": 1372487212
        },
        {
            "start": 1372487215,
            "stop": 1372489227
        },
        {
            "start": 1372489228,
            "stop": 1372491246
        },
        {
            "start": 1372491248,
            "stop": 1372493381
        },
        {
            "start": 1372493383,
            "stop": 1372495382
        },
        {
            "start": 1372495383,
            "stop": 1372497704
        },
        {
            "start": 1372497706,
            "stop": 1372499649
        },
        {
            "start": 1372499650,
            "stop": 1372501786
        },
        {
            "start": 1372501787,
            "stop": 1372503575
        }
    ]
}