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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=434",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 435,
    "results": [
        {
            "start": 821773713,
            "stop": 821773718
        },
        {
            "start": 821773721,
            "stop": 821773722
        },
        {
            "start": 821773728,
            "stop": 821773733
        },
        {
            "start": 821773736,
            "stop": 821773742
        },
        {
            "start": 821773753,
            "stop": 821773761
        },
        {
            "start": 821773764,
            "stop": 821773767
        },
        {
            "start": 821773772,
            "stop": 821773781
        },
        {
            "start": 821773784,
            "stop": 821773790
        },
        {
            "start": 821773793,
            "stop": 821773796
        },
        {
            "start": 821773799,
            "stop": 821773801
        },
        {
            "start": 821773804,
            "stop": 821773805
        },
        {
            "start": 821773808,
            "stop": 821773823
        },
        {
            "start": 821773826,
            "stop": 821773829
        },
        {
            "start": 821773834,
            "stop": 821773840
        },
        {
            "start": 821773843,
            "stop": 821773844
        },
        {
            "start": 821773849,
            "stop": 821773850
        },
        {
            "start": 821773856,
            "stop": 821773858
        },
        {
            "start": 821773861,
            "stop": 821773864
        },
        {
            "start": 821773867,
            "stop": 821773875
        },
        {
            "start": 821773878,
            "stop": 821773879
        }
    ]
}