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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=520",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 521,
    "results": [
        {
            "start": 826563262,
            "stop": 826564561
        },
        {
            "start": 826565582,
            "stop": 826566726
        },
        {
            "start": 826566727,
            "stop": 826567682
        },
        {
            "start": 826567683,
            "stop": 826568636
        },
        {
            "start": 826568638,
            "stop": 826568992
        },
        {
            "start": 826568993,
            "stop": 826569089
        },
        {
            "start": 826569091,
            "stop": 826569493
        },
        {
            "start": 826573008,
            "stop": 826573735
        },
        {
            "start": 826574287,
            "stop": 826579202
        },
        {
            "start": 826579203,
            "stop": 826580389
        },
        {
            "start": 826581086,
            "stop": 826582933
        },
        {
            "start": 826583649,
            "stop": 826585475
        },
        {
            "start": 826585476,
            "stop": 826586305
        },
        {
            "start": 826586307,
            "stop": 826586679
        },
        {
            "start": 826586680,
            "stop": 826586750
        },
        {
            "start": 826586754,
            "stop": 826602648
        },
        {
            "start": 826603740,
            "stop": 826606406
        },
        {
            "start": 826606407,
            "stop": 826626601
        },
        {
            "start": 826628501,
            "stop": 826640953
        },
        {
            "start": 826641817,
            "stop": 826642190
        }
    ]
}