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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=363",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 364,
    "results": [
        {
            "start": 847730934,
            "stop": 847730975
        },
        {
            "start": 847730977,
            "stop": 847731000
        },
        {
            "start": 847731002,
            "stop": 847731007
        },
        {
            "start": 847731009,
            "stop": 847731018
        },
        {
            "start": 847731019,
            "stop": 847731084
        },
        {
            "start": 847731087,
            "stop": 847731100
        },
        {
            "start": 847731102,
            "stop": 847731103
        },
        {
            "start": 847731104,
            "stop": 847731135
        },
        {
            "start": 847731136,
            "stop": 847731137
        },
        {
            "start": 847731139,
            "stop": 847731165
        },
        {
            "start": 847731166,
            "stop": 847731178
        },
        {
            "start": 847731179,
            "stop": 847731284
        },
        {
            "start": 847731285,
            "stop": 847731302
        },
        {
            "start": 847731303,
            "stop": 847731316
        },
        {
            "start": 847731317,
            "stop": 847731338
        },
        {
            "start": 847731339,
            "stop": 847731341
        },
        {
            "start": 847731343,
            "stop": 847731344
        },
        {
            "start": 847731345,
            "stop": 847731359
        },
        {
            "start": 847731360,
            "stop": 847731383
        },
        {
            "start": 847731385,
            "stop": 847731441
        }
    ]
}