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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=265",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 266,
    "results": [
        {
            "start": 1262701950,
            "stop": 1262701961
        },
        {
            "start": 1262701966,
            "stop": 1262702057
        },
        {
            "start": 1262702060,
            "stop": 1262702124
        },
        {
            "start": 1262702127,
            "stop": 1262702219
        },
        {
            "start": 1262702223,
            "stop": 1262702281
        },
        {
            "start": 1262702282,
            "stop": 1262702341
        },
        {
            "start": 1262702345,
            "stop": 1262702347
        },
        {
            "start": 1262702353,
            "stop": 1262702547
        },
        {
            "start": 1262702550,
            "stop": 1262702553
        },
        {
            "start": 1262702557,
            "stop": 1262702562
        },
        {
            "start": 1262702565,
            "stop": 1262702566
        },
        {
            "start": 1262702567,
            "stop": 1262702568
        },
        {
            "start": 1262702569,
            "stop": 1262702570
        },
        {
            "start": 1262702573,
            "stop": 1262702629
        },
        {
            "start": 1262702631,
            "stop": 1262702653
        },
        {
            "start": 1262702656,
            "stop": 1262702783
        },
        {
            "start": 1262702787,
            "stop": 1262702803
        },
        {
            "start": 1262702807,
            "stop": 1262702811
        },
        {
            "start": 1262702814,
            "stop": 1262702947
        },
        {
            "start": 1262702952,
            "stop": 1262703005
        }
    ]
}