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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=104",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 105,
    "results": [
        {
            "start": 821497407,
            "stop": 821497425
        },
        {
            "start": 821497428,
            "stop": 821497463
        },
        {
            "start": 821497466,
            "stop": 821497467
        },
        {
            "start": 821497471,
            "stop": 821497501
        },
        {
            "start": 821497508,
            "stop": 821497522
        },
        {
            "start": 821497528,
            "stop": 821497536
        },
        {
            "start": 821497541,
            "stop": 821497542
        },
        {
            "start": 821497545,
            "stop": 821497557
        },
        {
            "start": 821497563,
            "stop": 821497574
        },
        {
            "start": 821497577,
            "stop": 821497581
        },
        {
            "start": 821497584,
            "stop": 821497601
        },
        {
            "start": 821497604,
            "stop": 821497614
        },
        {
            "start": 821497618,
            "stop": 821497658
        },
        {
            "start": 821497662,
            "stop": 821497665
        },
        {
            "start": 821497671,
            "stop": 821497677
        },
        {
            "start": 821497680,
            "stop": 821497693
        },
        {
            "start": 821497696,
            "stop": 821497709
        },
        {
            "start": 821497712,
            "stop": 821497723
        },
        {
            "start": 821497729,
            "stop": 821497778
        },
        {
            "start": 821497781,
            "stop": 821497799
        }
    ]
}