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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=329",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 330,
    "results": [
        {
            "start": 847709841,
            "stop": 847709925
        },
        {
            "start": 847709926,
            "stop": 847709928
        },
        {
            "start": 847709929,
            "stop": 847709965
        },
        {
            "start": 847709966,
            "stop": 847709976
        },
        {
            "start": 847709977,
            "stop": 847709979
        },
        {
            "start": 847709980,
            "stop": 847710011
        },
        {
            "start": 847710012,
            "stop": 847710016
        },
        {
            "start": 847710017,
            "stop": 847710137
        },
        {
            "start": 847710138,
            "stop": 847710146
        },
        {
            "start": 847710147,
            "stop": 847710259
        },
        {
            "start": 847710260,
            "stop": 847710262
        },
        {
            "start": 847710263,
            "stop": 847710325
        },
        {
            "start": 847710327,
            "stop": 847710387
        },
        {
            "start": 847710389,
            "stop": 847710390
        },
        {
            "start": 847710391,
            "stop": 847710447
        },
        {
            "start": 847710448,
            "stop": 847710470
        },
        {
            "start": 847710471,
            "stop": 847710477
        },
        {
            "start": 847710479,
            "stop": 847710490
        },
        {
            "start": 847710491,
            "stop": 847710513
        },
        {
            "start": 847710514,
            "stop": 847710521
        }
    ]
}