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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=284",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 285,
    "results": [
        {
            "start": 851784184,
            "stop": 851784228
        },
        {
            "start": 851784231,
            "stop": 851784247
        },
        {
            "start": 851784251,
            "stop": 851784281
        },
        {
            "start": 851784284,
            "stop": 851784290
        },
        {
            "start": 851784294,
            "stop": 851784304
        },
        {
            "start": 851784308,
            "stop": 851784324
        },
        {
            "start": 851784332,
            "stop": 851784338
        },
        {
            "start": 851784371,
            "stop": 851784436
        },
        {
            "start": 851784449,
            "stop": 851784460
        },
        {
            "start": 851784464,
            "stop": 851784470
        },
        {
            "start": 851784474,
            "stop": 851784480
        },
        {
            "start": 851784483,
            "stop": 851784489
        },
        {
            "start": 851784503,
            "stop": 851784529
        },
        {
            "start": 851784538,
            "stop": 851784543
        },
        {
            "start": 851784553,
            "stop": 851784558
        },
        {
            "start": 851784577,
            "stop": 851784582
        },
        {
            "start": 851784596,
            "stop": 851784616
        },
        {
            "start": 851784620,
            "stop": 851784625
        },
        {
            "start": 851784630,
            "stop": 851784640
        },
        {
            "start": 851784659,
            "stop": 851784685
        }
    ]
}