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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=198",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 199,
    "results": [
        {
            "start": 821666456,
            "stop": 821666458
        },
        {
            "start": 821666461,
            "stop": 821666470
        },
        {
            "start": 821666473,
            "stop": 821666480
        },
        {
            "start": 821666483,
            "stop": 821666495
        },
        {
            "start": 821666498,
            "stop": 821666499
        },
        {
            "start": 821666502,
            "stop": 821666510
        },
        {
            "start": 821666513,
            "stop": 821666517
        },
        {
            "start": 821666526,
            "stop": 821666529
        },
        {
            "start": 821666532,
            "stop": 821666536
        },
        {
            "start": 821666542,
            "stop": 821666548
        },
        {
            "start": 821666551,
            "stop": 821666552
        },
        {
            "start": 821666556,
            "stop": 821666565
        },
        {
            "start": 821666570,
            "stop": 821666582
        },
        {
            "start": 821666585,
            "stop": 821666602
        },
        {
            "start": 821666605,
            "stop": 821666614
        },
        {
            "start": 821666617,
            "stop": 821666618
        },
        {
            "start": 821666621,
            "stop": 821666624
        },
        {
            "start": 821666628,
            "stop": 821666630
        },
        {
            "start": 821666635,
            "stop": 821666649
        },
        {
            "start": 821666652,
            "stop": 821666659
        }
    ]
}