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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=157",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 158,
    "results": [
        {
            "start": 821538228,
            "stop": 821538236
        },
        {
            "start": 821538242,
            "stop": 821538247
        },
        {
            "start": 821538250,
            "stop": 821538263
        },
        {
            "start": 821538266,
            "stop": 821538327
        },
        {
            "start": 821538330,
            "stop": 821538332
        },
        {
            "start": 821538335,
            "stop": 821538339
        },
        {
            "start": 821538345,
            "stop": 821538359
        },
        {
            "start": 821538362,
            "stop": 821538365
        },
        {
            "start": 821538368,
            "stop": 821538378
        },
        {
            "start": 821538381,
            "stop": 821538382
        },
        {
            "start": 821538385,
            "stop": 821538390
        },
        {
            "start": 821538393,
            "stop": 821538396
        },
        {
            "start": 821538399,
            "stop": 821538405
        },
        {
            "start": 821538408,
            "stop": 821538416
        },
        {
            "start": 821538424,
            "stop": 821538437
        },
        {
            "start": 821538440,
            "stop": 821538443
        },
        {
            "start": 821538448,
            "stop": 821538492
        },
        {
            "start": 821538495,
            "stop": 821538498
        },
        {
            "start": 821538501,
            "stop": 821538511
        },
        {
            "start": 821538514,
            "stop": 821538533
        }
    ]
}