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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=489",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=487",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 488,
    "results": [
        {
            "start": 1262359562,
            "stop": 1262359763
        },
        {
            "start": 1262359766,
            "stop": 1262359770
        },
        {
            "start": 1262359773,
            "stop": 1262359960
        },
        {
            "start": 1262359963,
            "stop": 1262361261
        },
        {
            "start": 1262361264,
            "stop": 1262361711
        },
        {
            "start": 1262361714,
            "stop": 1262361781
        },
        {
            "start": 1262361784,
            "stop": 1262361799
        },
        {
            "start": 1262361802,
            "stop": 1262361810
        },
        {
            "start": 1262361813,
            "stop": 1262361970
        },
        {
            "start": 1262361973,
            "stop": 1262362111
        },
        {
            "start": 1262362114,
            "stop": 1262362133
        },
        {
            "start": 1262362136,
            "stop": 1262362480
        },
        {
            "start": 1262362483,
            "stop": 1262362535
        },
        {
            "start": 1262362538,
            "stop": 1262362697
        },
        {
            "start": 1262362700,
            "stop": 1262362828
        },
        {
            "start": 1262362831,
            "stop": 1262362909
        },
        {
            "start": 1262362912,
            "stop": 1262363097
        },
        {
            "start": 1262363100,
            "stop": 1262363112
        },
        {
            "start": 1262363115,
            "stop": 1262363456
        },
        {
            "start": 1262363459,
            "stop": 1262363709
        }
    ]
}