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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=207",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 208,
    "results": [
        {
            "start": 847999998,
            "stop": 848000026
        },
        {
            "start": 848000326,
            "stop": 848004445
        },
        {
            "start": 848004756,
            "stop": 848014670
        },
        {
            "start": 848015190,
            "stop": 848032340
        },
        {
            "start": 848032640,
            "stop": 848033342
        },
        {
            "start": 848033452,
            "stop": 848034402
        },
        {
            "start": 848034702,
            "stop": 848035724
        },
        {
            "start": 848035834,
            "stop": 848036930
        },
        {
            "start": 848037230,
            "stop": 848042273
        },
        {
            "start": 848042275,
            "stop": 848050182
        },
        {
            "start": 848050183,
            "stop": 848069432
        },
        {
            "start": 848069640,
            "stop": 848070658
        },
        {
            "start": 848070958,
            "stop": 848071332
        },
        {
            "start": 848071632,
            "stop": 848084416
        },
        {
            "start": 848084653,
            "stop": 848086108
        },
        {
            "start": 848089484,
            "stop": 848094932
        },
        {
            "start": 848097046,
            "stop": 848099735
        },
        {
            "start": 848100044,
            "stop": 848100085
        },
        {
            "start": 848100480,
            "stop": 848100600
        },
        {
            "start": 848101263,
            "stop": 848116260
        }
    ]
}