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=605
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=606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=604",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 605,
    "results": [
        {
            "start": 838578160,
            "stop": 838578176
        },
        {
            "start": 838578180,
            "stop": 838583318
        },
        {
            "start": 838585954,
            "stop": 838592754
        },
        {
            "start": 838592760,
            "stop": 838592863
        },
        {
            "start": 838592869,
            "stop": 838607521
        },
        {
            "start": 838608686,
            "stop": 838609460
        },
        {
            "start": 838610516,
            "stop": 838610681
        },
        {
            "start": 838611576,
            "stop": 838629226
        },
        {
            "start": 838632079,
            "stop": 838635384
        },
        {
            "start": 838636860,
            "stop": 838662450
        },
        {
            "start": 838662454,
            "stop": 838662455
        },
        {
            "start": 838662460,
            "stop": 838663010
        },
        {
            "start": 838663410,
            "stop": 838664197
        },
        {
            "start": 838664688,
            "stop": 838664711
        },
        {
            "start": 838665052,
            "stop": 838675901
        },
        {
            "start": 838675903,
            "stop": 838675910
        },
        {
            "start": 838675912,
            "stop": 838675933
        },
        {
            "start": 838675934,
            "stop": 838675955
        },
        {
            "start": 838675956,
            "stop": 838675957
        },
        {
            "start": 838675958,
            "stop": 838675963
        }
    ]
}