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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=422",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 423,
    "results": [
        {
            "start": 847800273,
            "stop": 847800314
        },
        {
            "start": 847800317,
            "stop": 847800326
        },
        {
            "start": 847800327,
            "stop": 847800348
        },
        {
            "start": 847800349,
            "stop": 847800350
        },
        {
            "start": 847800351,
            "stop": 847800368
        },
        {
            "start": 847800369,
            "stop": 847800399
        },
        {
            "start": 847800402,
            "stop": 847800433
        },
        {
            "start": 847800434,
            "stop": 847800453
        },
        {
            "start": 847800455,
            "stop": 847800624
        },
        {
            "start": 847800625,
            "stop": 847800825
        },
        {
            "start": 847800827,
            "stop": 847800834
        },
        {
            "start": 847800835,
            "stop": 847800962
        },
        {
            "start": 847800964,
            "stop": 847800990
        },
        {
            "start": 847800992,
            "stop": 847801039
        },
        {
            "start": 847801041,
            "stop": 847801127
        },
        {
            "start": 847801128,
            "stop": 847801143
        },
        {
            "start": 847801144,
            "stop": 847801157
        },
        {
            "start": 847801158,
            "stop": 847801160
        },
        {
            "start": 847801161,
            "stop": 847801177
        },
        {
            "start": 847801179,
            "stop": 847801199
        }
    ]
}