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=46664
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=46665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46663",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46664,
    "results": [
        {
            "start": 875037888,
            "stop": 875037897
        },
        {
            "start": 875037898,
            "stop": 875037918
        },
        {
            "start": 875037920,
            "stop": 875037924
        },
        {
            "start": 875037925,
            "stop": 875037927
        },
        {
            "start": 875037928,
            "stop": 875037934
        },
        {
            "start": 875037935,
            "stop": 875037939
        },
        {
            "start": 875037941,
            "stop": 875037975
        },
        {
            "start": 875037976,
            "stop": 875037982
        },
        {
            "start": 875037983,
            "stop": 875037985
        },
        {
            "start": 875037986,
            "stop": 875038024
        },
        {
            "start": 875038026,
            "stop": 875038046
        },
        {
            "start": 875038048,
            "stop": 875038067
        },
        {
            "start": 875038069,
            "stop": 875038081
        },
        {
            "start": 875038082,
            "stop": 875038107
        },
        {
            "start": 875038108,
            "stop": 875038114
        },
        {
            "start": 875038115,
            "stop": 875038131
        },
        {
            "start": 875038133,
            "stop": 875038135
        },
        {
            "start": 875038137,
            "stop": 875038144
        },
        {
            "start": 875038145,
            "stop": 875038149
        },
        {
            "start": 875038150,
            "stop": 875038165
        }
    ]
}