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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1342",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1343,
    "results": [
        {
            "start": 843847000,
            "stop": 843847043
        },
        {
            "start": 843847049,
            "stop": 843847050
        },
        {
            "start": 843847053,
            "stop": 843847061
        },
        {
            "start": 843847064,
            "stop": 843847092
        },
        {
            "start": 843847095,
            "stop": 843847151
        },
        {
            "start": 843847158,
            "stop": 843847167
        },
        {
            "start": 843847170,
            "stop": 843847182
        },
        {
            "start": 843847185,
            "stop": 843847199
        },
        {
            "start": 843847205,
            "stop": 843847218
        },
        {
            "start": 843847221,
            "stop": 843847229
        },
        {
            "start": 843847234,
            "stop": 843847242
        },
        {
            "start": 843847245,
            "stop": 843847269
        },
        {
            "start": 843847272,
            "stop": 843847303
        },
        {
            "start": 843847308,
            "stop": 843847311
        },
        {
            "start": 843847314,
            "stop": 843847349
        },
        {
            "start": 843847352,
            "stop": 843847358
        },
        {
            "start": 843847361,
            "stop": 843847378
        },
        {
            "start": 843847382,
            "stop": 843847383
        },
        {
            "start": 843847386,
            "stop": 843847394
        },
        {
            "start": 843847400,
            "stop": 843847402
        }
    ]
}