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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=261",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 262,
    "results": [
        {
            "start": 846446833,
            "stop": 846449572
        },
        {
            "start": 846449682,
            "stop": 846450394
        },
        {
            "start": 846450694,
            "stop": 846450697
        },
        {
            "start": 846450997,
            "stop": 846457540
        },
        {
            "start": 846460721,
            "stop": 846510722
        },
        {
            "start": 846510832,
            "stop": 846512594
        },
        {
            "start": 846512894,
            "stop": 846513447
        },
        {
            "start": 846513557,
            "stop": 846513564
        },
        {
            "start": 846513864,
            "stop": 846514062
        },
        {
            "start": 846514172,
            "stop": 846514670
        },
        {
            "start": 846514970,
            "stop": 846517647
        },
        {
            "start": 846517650,
            "stop": 846520594
        },
        {
            "start": 846520596,
            "stop": 846521319
        },
        {
            "start": 846521322,
            "stop": 846525340
        },
        {
            "start": 846525343,
            "stop": 846525348
        },
        {
            "start": 846525354,
            "stop": 846525356
        },
        {
            "start": 846525361,
            "stop": 846525368
        },
        {
            "start": 846525374,
            "stop": 846529175
        },
        {
            "start": 846529179,
            "stop": 846529302
        },
        {
            "start": 846529714,
            "stop": 846539957
        }
    ]
}