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=3197
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=3198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3196",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3197,
    "results": [
        {
            "start": 870574081,
            "stop": 870574138
        },
        {
            "start": 870574141,
            "stop": 870574191
        },
        {
            "start": 870574196,
            "stop": 870574271
        },
        {
            "start": 870574279,
            "stop": 870574500
        },
        {
            "start": 870574560,
            "stop": 870576142
        },
        {
            "start": 870576145,
            "stop": 870577626
        },
        {
            "start": 870577629,
            "stop": 870578003
        },
        {
            "start": 870579626,
            "stop": 870611580
        },
        {
            "start": 870611700,
            "stop": 870615180
        },
        {
            "start": 870615240,
            "stop": 870621087
        },
        {
            "start": 870621093,
            "stop": 870621120
        },
        {
            "start": 870621180,
            "stop": 870623270
        },
        {
            "start": 870623275,
            "stop": 870623322
        },
        {
            "start": 870623400,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870624393
        },
        {
            "start": 870624396,
            "stop": 870624398
        },
        {
            "start": 870624401,
            "stop": 870624910
        },
        {
            "start": 870624914,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870626940
        },
        {
            "start": 870627000,
            "stop": 870627120
        }
    ]
}