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=46751
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=46752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46750",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46751,
    "results": [
        {
            "start": 875081547,
            "stop": 875081590
        },
        {
            "start": 875081592,
            "stop": 875081610
        },
        {
            "start": 875081611,
            "stop": 875081632
        },
        {
            "start": 875081633,
            "stop": 875081649
        },
        {
            "start": 875081650,
            "stop": 875081652
        },
        {
            "start": 875081654,
            "stop": 875081667
        },
        {
            "start": 875081668,
            "stop": 875081670
        },
        {
            "start": 875081671,
            "stop": 875081679
        },
        {
            "start": 875081680,
            "stop": 875081684
        },
        {
            "start": 875081687,
            "stop": 875081695
        },
        {
            "start": 875081696,
            "stop": 875081715
        },
        {
            "start": 875081716,
            "stop": 875081717
        },
        {
            "start": 875081718,
            "stop": 875081725
        },
        {
            "start": 875081726,
            "stop": 875081738
        },
        {
            "start": 875081739,
            "stop": 875081746
        },
        {
            "start": 875081747,
            "stop": 875081753
        },
        {
            "start": 875081754,
            "stop": 875081761
        },
        {
            "start": 875081762,
            "stop": 875081823
        },
        {
            "start": 875081824,
            "stop": 875081834
        },
        {
            "start": 875081835,
            "stop": 875081837
        }
    ]
}