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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6359",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6360,
    "results": [
        {
            "start": 873483777,
            "stop": 873483782
        },
        {
            "start": 873483786,
            "stop": 873483793
        },
        {
            "start": 873483798,
            "stop": 873483821
        },
        {
            "start": 873483823,
            "stop": 873483825
        },
        {
            "start": 873483826,
            "stop": 873483831
        },
        {
            "start": 873483835,
            "stop": 873483842
        },
        {
            "start": 873483843,
            "stop": 873483851
        },
        {
            "start": 873483856,
            "stop": 873483863
        },
        {
            "start": 873483867,
            "stop": 873483873
        },
        {
            "start": 873483877,
            "stop": 873483884
        },
        {
            "start": 873483888,
            "stop": 873483893
        },
        {
            "start": 873483899,
            "stop": 873483906
        },
        {
            "start": 873483911,
            "stop": 873483919
        },
        {
            "start": 873483923,
            "stop": 873483930
        },
        {
            "start": 873483934,
            "stop": 873483940
        },
        {
            "start": 873483945,
            "stop": 873483951
        },
        {
            "start": 873483955,
            "stop": 873483961
        },
        {
            "start": 873483966,
            "stop": 873483972
        },
        {
            "start": 873483977,
            "stop": 873483984
        },
        {
            "start": 873483988,
            "stop": 873483996
        }
    ]
}