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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40564",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40565,
    "results": [
        {
            "start": 874841907,
            "stop": 874842033
        },
        {
            "start": 874842034,
            "stop": 874842075
        },
        {
            "start": 874842076,
            "stop": 874842125
        },
        {
            "start": 874842127,
            "stop": 874842143
        },
        {
            "start": 874842144,
            "stop": 874842166
        },
        {
            "start": 874842168,
            "stop": 874842202
        },
        {
            "start": 874842203,
            "stop": 874842245
        },
        {
            "start": 874842246,
            "stop": 874842289
        },
        {
            "start": 874842291,
            "stop": 874842403
        },
        {
            "start": 874842404,
            "stop": 874842409
        },
        {
            "start": 874842410,
            "stop": 874842440
        },
        {
            "start": 874842442,
            "stop": 874842451
        },
        {
            "start": 874842454,
            "stop": 874842467
        },
        {
            "start": 874842469,
            "stop": 874842476
        },
        {
            "start": 874842477,
            "stop": 874842481
        },
        {
            "start": 874842483,
            "stop": 874842487
        },
        {
            "start": 874842488,
            "stop": 874842534
        },
        {
            "start": 874842535,
            "stop": 874842542
        },
        {
            "start": 874842543,
            "stop": 874842577
        },
        {
            "start": 874842579,
            "stop": 874842599
        }
    ]
}