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=6610
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=6611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6609",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6610,
    "results": [
        {
            "start": 874739139,
            "stop": 874739501
        },
        {
            "start": 874739502,
            "stop": 874739696
        },
        {
            "start": 874739697,
            "stop": 874740110
        },
        {
            "start": 874740111,
            "stop": 874741198
        },
        {
            "start": 874741200,
            "stop": 874741211
        },
        {
            "start": 874741212,
            "stop": 874741492
        },
        {
            "start": 874741494,
            "stop": 874741759
        },
        {
            "start": 874741761,
            "stop": 874742263
        },
        {
            "start": 874742265,
            "stop": 874742937
        },
        {
            "start": 874742938,
            "stop": 874743107
        },
        {
            "start": 874743108,
            "stop": 874743387
        },
        {
            "start": 874743389,
            "stop": 874743694
        },
        {
            "start": 874743696,
            "stop": 874744003
        },
        {
            "start": 874744005,
            "stop": 874744075
        },
        {
            "start": 874744076,
            "stop": 874744665
        },
        {
            "start": 874744667,
            "stop": 874744957
        },
        {
            "start": 874744958,
            "stop": 874744965
        },
        {
            "start": 874744966,
            "stop": 874745241
        },
        {
            "start": 874745242,
            "stop": 874745680
        },
        {
            "start": 874745681,
            "stop": 874746068
        }
    ]
}