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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 82,
    "results": [
        {
            "start": 819366404,
            "stop": 819367630
        },
        {
            "start": 819367633,
            "stop": 819369276
        },
        {
            "start": 819369279,
            "stop": 819370044
        },
        {
            "start": 819371319,
            "stop": 819373007
        },
        {
            "start": 819373010,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819376792
        },
        {
            "start": 819376795,
            "stop": 819377812
        },
        {
            "start": 819378478,
            "stop": 819380026
        },
        {
            "start": 819380976,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819392257
        },
        {
            "start": 819397710,
            "stop": 819400647
        },
        {
            "start": 819402488,
            "stop": 819404594
        },
        {
            "start": 819405436,
            "stop": 819408420
        },
        {
            "start": 819408480,
            "stop": 819409123
        },
        {
            "start": 819411761,
            "stop": 819418680
        },
        {
            "start": 819419475,
            "stop": 819423992
        }
    ]
}