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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 366,
    "results": [
        {
            "start": 934585412,
            "stop": 934585431
        },
        {
            "start": 934585436,
            "stop": 934588333
        },
        {
            "start": 934593938,
            "stop": 934594307
        },
        {
            "start": 934603526,
            "stop": 934606975
        },
        {
            "start": 934606979,
            "stop": 934606989
        },
        {
            "start": 934606991,
            "stop": 934606995
        },
        {
            "start": 934606997,
            "stop": 934607021
        },
        {
            "start": 934607023,
            "stop": 934607027
        },
        {
            "start": 934607029,
            "stop": 934607042
        },
        {
            "start": 934607046,
            "stop": 934607108
        },
        {
            "start": 934608260,
            "stop": 934610535
        },
        {
            "start": 934610537,
            "stop": 934610554
        },
        {
            "start": 934610557,
            "stop": 934610564
        },
        {
            "start": 934610566,
            "stop": 934610567
        },
        {
            "start": 934610569,
            "stop": 934610582
        },
        {
            "start": 934610585,
            "stop": 934610616
        },
        {
            "start": 934610619,
            "stop": 934610632
        },
        {
            "start": 934610636,
            "stop": 934614136
        },
        {
            "start": 934614138,
            "stop": 934614166
        },
        {
            "start": 934614168,
            "stop": 934614185
        }
    ]
}