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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 60,
    "results": [
        {
            "start": 1408677857,
            "stop": 1408683582
        },
        {
            "start": 1408683587,
            "stop": 1408696887
        },
        {
            "start": 1408696893,
            "stop": 1408697040
        },
        {
            "start": 1408741166,
            "stop": 1408744752
        },
        {
            "start": 1408750298,
            "stop": 1408757030
        },
        {
            "start": 1408757034,
            "stop": 1408758927
        },
        {
            "start": 1408758932,
            "stop": 1408760221
        },
        {
            "start": 1408760226,
            "stop": 1408762328
        },
        {
            "start": 1408762333,
            "stop": 1408765307
        },
        {
            "start": 1408765312,
            "stop": 1408768047
        },
        {
            "start": 1408769720,
            "stop": 1408777364
        },
        {
            "start": 1408777369,
            "stop": 1408790116
        },
        {
            "start": 1408790121,
            "stop": 1408790453
        },
        {
            "start": 1408796127,
            "stop": 1408802742
        },
        {
            "start": 1408802747,
            "stop": 1408802755
        },
        {
            "start": 1408802760,
            "stop": 1408803749
        },
        {
            "start": 1408836944,
            "stop": 1408837558
        },
        {
            "start": 1408837720,
            "stop": 1408838336
        },
        {
            "start": 1408838359,
            "stop": 1408838410
        },
        {
            "start": 1408862795,
            "stop": 1408872346
        }
    ]
}