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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=218",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 219,
    "results": [
        {
            "start": 820516009,
            "stop": 820516212
        },
        {
            "start": 820516215,
            "stop": 820516275
        },
        {
            "start": 820516279,
            "stop": 820516426
        },
        {
            "start": 820516429,
            "stop": 820516688
        },
        {
            "start": 820516691,
            "stop": 820516743
        },
        {
            "start": 820516747,
            "stop": 820517372
        },
        {
            "start": 820517375,
            "stop": 820517569
        },
        {
            "start": 820517573,
            "stop": 820517646
        },
        {
            "start": 820517649,
            "stop": 820517891
        },
        {
            "start": 820517894,
            "stop": 820517965
        },
        {
            "start": 820517969,
            "stop": 820518085
        },
        {
            "start": 820518088,
            "stop": 820518092
        },
        {
            "start": 820518096,
            "stop": 820518128
        },
        {
            "start": 820518131,
            "stop": 820518133
        },
        {
            "start": 820518451,
            "stop": 820518492
        },
        {
            "start": 820518495,
            "stop": 820519108
        },
        {
            "start": 820519111,
            "stop": 820519269
        },
        {
            "start": 820519272,
            "stop": 820519353
        },
        {
            "start": 820519357,
            "stop": 820519390
        },
        {
            "start": 820519393,
            "stop": 820519416
        }
    ]
}