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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=316",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 317,
    "results": [
        {
            "start": 847659138,
            "stop": 847659142
        },
        {
            "start": 847659144,
            "stop": 847659147
        },
        {
            "start": 847659149,
            "stop": 847659151
        },
        {
            "start": 847659153,
            "stop": 847659154
        },
        {
            "start": 847659155,
            "stop": 847659167
        },
        {
            "start": 847659169,
            "stop": 847659220
        },
        {
            "start": 847659221,
            "stop": 847659239
        },
        {
            "start": 847659241,
            "stop": 847659300
        },
        {
            "start": 847659301,
            "stop": 847659640
        },
        {
            "start": 847659642,
            "stop": 847659689
        },
        {
            "start": 847659690,
            "stop": 847659693
        },
        {
            "start": 847659694,
            "stop": 847659696
        },
        {
            "start": 847659698,
            "stop": 847659792
        },
        {
            "start": 847659794,
            "stop": 847659795
        },
        {
            "start": 847659796,
            "stop": 847659861
        },
        {
            "start": 847659862,
            "stop": 847659864
        },
        {
            "start": 847659865,
            "stop": 847659866
        },
        {
            "start": 847659867,
            "stop": 847659921
        },
        {
            "start": 847659922,
            "stop": 847659996
        },
        {
            "start": 847659998,
            "stop": 847660004
        }
    ]
}