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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=334",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 335,
    "results": [
        {
            "start": 861982423,
            "stop": 861985158
        },
        {
            "start": 861985177,
            "stop": 861990498
        },
        {
            "start": 861990517,
            "stop": 861990529
        },
        {
            "start": 861990565,
            "stop": 861992389
        },
        {
            "start": 861992421,
            "stop": 861992490
        },
        {
            "start": 861993129,
            "stop": 861994114
        },
        {
            "start": 861994132,
            "stop": 861994792
        },
        {
            "start": 861994813,
            "stop": 861994814
        },
        {
            "start": 861994836,
            "stop": 861996593
        },
        {
            "start": 861997760,
            "stop": 861997933
        },
        {
            "start": 861997955,
            "stop": 861998284
        },
        {
            "start": 861998306,
            "stop": 861998412
        },
        {
            "start": 861998618,
            "stop": 861999082
        },
        {
            "start": 861999103,
            "stop": 861999104
        },
        {
            "start": 861999126,
            "stop": 862000130
        },
        {
            "start": 862000151,
            "stop": 862000768
        },
        {
            "start": 862000787,
            "stop": 862009585
        },
        {
            "start": 862028308,
            "stop": 862055207
        },
        {
            "start": 862055248,
            "stop": 862060118
        },
        {
            "start": 862060123,
            "stop": 862064911
        }
    ]
}