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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7146",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7147,
    "results": [
        {
            "start": 874376289,
            "stop": 874376443
        },
        {
            "start": 874376444,
            "stop": 874376725
        },
        {
            "start": 874376727,
            "stop": 874377445
        },
        {
            "start": 874377446,
            "stop": 874377634
        },
        {
            "start": 874377635,
            "stop": 874378041
        },
        {
            "start": 874378043,
            "stop": 874378541
        },
        {
            "start": 874378542,
            "stop": 874379093
        },
        {
            "start": 874379094,
            "stop": 874379276
        },
        {
            "start": 874379277,
            "stop": 874379334
        },
        {
            "start": 874379336,
            "stop": 874379869
        },
        {
            "start": 874379871,
            "stop": 874380245
        },
        {
            "start": 874380247,
            "stop": 874380369
        },
        {
            "start": 874380370,
            "stop": 874380414
        },
        {
            "start": 874380415,
            "stop": 874380793
        },
        {
            "start": 874380795,
            "stop": 874380863
        },
        {
            "start": 874380864,
            "stop": 874381058
        },
        {
            "start": 874381059,
            "stop": 874381327
        },
        {
            "start": 874381328,
            "stop": 874381380
        },
        {
            "start": 874381381,
            "stop": 874381968
        },
        {
            "start": 874381969,
            "stop": 874382553
        }
    ]
}