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=6438
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=6439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6437",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6438,
    "results": [
        {
            "start": 873838237,
            "stop": 873838264
        },
        {
            "start": 873838266,
            "stop": 873838344
        },
        {
            "start": 873838345,
            "stop": 873838604
        },
        {
            "start": 873838605,
            "stop": 873838648
        },
        {
            "start": 873838650,
            "stop": 873838687
        },
        {
            "start": 873838688,
            "stop": 873838793
        },
        {
            "start": 873838794,
            "stop": 873838849
        },
        {
            "start": 873838851,
            "stop": 873839208
        },
        {
            "start": 873839209,
            "stop": 873839237
        },
        {
            "start": 873839238,
            "stop": 873839348
        },
        {
            "start": 873839349,
            "stop": 873839407
        },
        {
            "start": 873839408,
            "stop": 873839609
        },
        {
            "start": 873839610,
            "stop": 873839672
        },
        {
            "start": 873839674,
            "stop": 873839675
        },
        {
            "start": 873839676,
            "stop": 873840000
        },
        {
            "start": 873840001,
            "stop": 873840176
        },
        {
            "start": 873840177,
            "stop": 873840426
        },
        {
            "start": 873840427,
            "stop": 873840538
        },
        {
            "start": 873840539,
            "stop": 873840606
        },
        {
            "start": 873840607,
            "stop": 873840615
        }
    ]
}