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/S6/timelines/H1_BURST_CAT4/segments?format=api&page=335
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=334",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 335,
    "results": [
        {
            "start": 931780302,
            "stop": 931780398
        },
        {
            "start": 931780400,
            "stop": 931780422
        },
        {
            "start": 931780424,
            "stop": 931780450
        },
        {
            "start": 931780452,
            "stop": 931780639
        },
        {
            "start": 931780641,
            "stop": 931780657
        },
        {
            "start": 931780660,
            "stop": 931780664
        },
        {
            "start": 931780666,
            "stop": 931780678
        },
        {
            "start": 931780680,
            "stop": 931780687
        },
        {
            "start": 931780690,
            "stop": 931780706
        },
        {
            "start": 931780708,
            "stop": 931780779
        },
        {
            "start": 931780781,
            "stop": 931780782
        },
        {
            "start": 931780783,
            "stop": 931780815
        },
        {
            "start": 931781176,
            "stop": 931781308
        },
        {
            "start": 931781309,
            "stop": 931781319
        },
        {
            "start": 931781321,
            "stop": 931781322
        },
        {
            "start": 931781324,
            "stop": 931781325
        },
        {
            "start": 931781326,
            "stop": 931781345
        },
        {
            "start": 931781347,
            "stop": 931781380
        },
        {
            "start": 931781382,
            "stop": 931781394
        },
        {
            "start": 931781397,
            "stop": 931781413
        }
    ]
}