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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=392",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 393,
    "results": [
        {
            "start": 821516344,
            "stop": 821516346
        },
        {
            "start": 821516352,
            "stop": 821516354
        },
        {
            "start": 821516357,
            "stop": 821516368
        },
        {
            "start": 821516371,
            "stop": 821516382
        },
        {
            "start": 821516385,
            "stop": 821516388
        },
        {
            "start": 821516391,
            "stop": 821516393
        },
        {
            "start": 821516397,
            "stop": 821516431
        },
        {
            "start": 821516434,
            "stop": 821516454
        },
        {
            "start": 821516457,
            "stop": 821516486
        },
        {
            "start": 821516489,
            "stop": 821516517
        },
        {
            "start": 821516520,
            "stop": 821516529
        },
        {
            "start": 821516532,
            "stop": 821516622
        },
        {
            "start": 821516625,
            "stop": 821516676
        },
        {
            "start": 821516679,
            "stop": 821516731
        },
        {
            "start": 821516734,
            "stop": 821516738
        },
        {
            "start": 821516741,
            "stop": 821516743
        },
        {
            "start": 821516746,
            "stop": 821516752
        },
        {
            "start": 821516755,
            "stop": 821516810
        },
        {
            "start": 821516813,
            "stop": 821516834
        },
        {
            "start": 821516838,
            "stop": 821516858
        }
    ]
}