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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=316",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 317,
    "results": [
        {
            "start": 1260311203,
            "stop": 1260311462
        },
        {
            "start": 1260311465,
            "stop": 1260311468
        },
        {
            "start": 1260311471,
            "stop": 1260311550
        },
        {
            "start": 1260311553,
            "stop": 1260311857
        },
        {
            "start": 1260311860,
            "stop": 1260311888
        },
        {
            "start": 1260311891,
            "stop": 1260311908
        },
        {
            "start": 1260311911,
            "stop": 1260312249
        },
        {
            "start": 1260312250,
            "stop": 1260312274
        },
        {
            "start": 1260312277,
            "stop": 1260312302
        },
        {
            "start": 1260312305,
            "stop": 1260312357
        },
        {
            "start": 1260312360,
            "stop": 1260312452
        },
        {
            "start": 1260312454,
            "stop": 1260312644
        },
        {
            "start": 1260312647,
            "stop": 1260312868
        },
        {
            "start": 1260312871,
            "stop": 1260312888
        },
        {
            "start": 1260312891,
            "stop": 1260312892
        },
        {
            "start": 1260312895,
            "stop": 1260312904
        },
        {
            "start": 1260312907,
            "stop": 1260312923
        },
        {
            "start": 1260312926,
            "stop": 1260312981
        },
        {
            "start": 1260312984,
            "stop": 1260313180
        },
        {
            "start": 1260313182,
            "stop": 1260313192
        }
    ]
}