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=46663
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=46664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46662",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46663,
    "results": [
        {
            "start": 875037596,
            "stop": 875037620
        },
        {
            "start": 875037622,
            "stop": 875037625
        },
        {
            "start": 875037626,
            "stop": 875037633
        },
        {
            "start": 875037634,
            "stop": 875037641
        },
        {
            "start": 875037642,
            "stop": 875037654
        },
        {
            "start": 875037655,
            "stop": 875037664
        },
        {
            "start": 875037665,
            "stop": 875037695
        },
        {
            "start": 875037696,
            "stop": 875037705
        },
        {
            "start": 875037707,
            "stop": 875037726
        },
        {
            "start": 875037728,
            "stop": 875037748
        },
        {
            "start": 875037750,
            "stop": 875037757
        },
        {
            "start": 875037758,
            "stop": 875037805
        },
        {
            "start": 875037806,
            "stop": 875037828
        },
        {
            "start": 875037829,
            "stop": 875037833
        },
        {
            "start": 875037835,
            "stop": 875037851
        },
        {
            "start": 875037852,
            "stop": 875037854
        },
        {
            "start": 875037856,
            "stop": 875037859
        },
        {
            "start": 875037860,
            "stop": 875037865
        },
        {
            "start": 875037866,
            "stop": 875037875
        },
        {
            "start": 875037877,
            "stop": 875037887
        }
    ]
}