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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=356",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 357,
    "results": [
        {
            "start": 847725420,
            "stop": 847725440
        },
        {
            "start": 847725441,
            "stop": 847725462
        },
        {
            "start": 847725463,
            "stop": 847725467
        },
        {
            "start": 847725469,
            "stop": 847725482
        },
        {
            "start": 847725483,
            "stop": 847725505
        },
        {
            "start": 847725507,
            "stop": 847725640
        },
        {
            "start": 847725642,
            "stop": 847725677
        },
        {
            "start": 847725678,
            "stop": 847725680
        },
        {
            "start": 847725682,
            "stop": 847725695
        },
        {
            "start": 847725696,
            "stop": 847725727
        },
        {
            "start": 847725728,
            "stop": 847725792
        },
        {
            "start": 847725794,
            "stop": 847725845
        },
        {
            "start": 847725846,
            "stop": 847725848
        },
        {
            "start": 847725850,
            "stop": 847725866
        },
        {
            "start": 847725867,
            "stop": 847725898
        },
        {
            "start": 847725899,
            "stop": 847725950
        },
        {
            "start": 847725951,
            "stop": 847725973
        },
        {
            "start": 847725975,
            "stop": 847725986
        },
        {
            "start": 847725987,
            "stop": 847725993
        },
        {
            "start": 847725995,
            "stop": 847726017
        }
    ]
}