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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=330",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 331,
    "results": [
        {
            "start": 847710522,
            "stop": 847710564
        },
        {
            "start": 847710565,
            "stop": 847710573
        },
        {
            "start": 847710574,
            "stop": 847710650
        },
        {
            "start": 847710651,
            "stop": 847710744
        },
        {
            "start": 847710745,
            "stop": 847710862
        },
        {
            "start": 847710864,
            "stop": 847710873
        },
        {
            "start": 847710874,
            "stop": 847710940
        },
        {
            "start": 847710941,
            "stop": 847710958
        },
        {
            "start": 847710960,
            "stop": 847710981
        },
        {
            "start": 847710983,
            "stop": 847711001
        },
        {
            "start": 847711002,
            "stop": 847711041
        },
        {
            "start": 847711042,
            "stop": 847711044
        },
        {
            "start": 847711045,
            "stop": 847711057
        },
        {
            "start": 847711058,
            "stop": 847711127
        },
        {
            "start": 847711129,
            "stop": 847711159
        },
        {
            "start": 847711160,
            "stop": 847711203
        },
        {
            "start": 847711204,
            "stop": 847711208
        },
        {
            "start": 847711209,
            "stop": 847711237
        },
        {
            "start": 847711240,
            "stop": 847711256
        },
        {
            "start": 847711258,
            "stop": 847711334
        }
    ]
}