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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1908",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1909,
    "results": [
        {
            "start": 848034702,
            "stop": 848035724
        },
        {
            "start": 848035834,
            "stop": 848036930
        },
        {
            "start": 848037230,
            "stop": 848042273
        },
        {
            "start": 848042275,
            "stop": 848050181
        },
        {
            "start": 848050183,
            "stop": 848069432
        },
        {
            "start": 848069640,
            "stop": 848070658
        },
        {
            "start": 848070958,
            "stop": 848071332
        },
        {
            "start": 848071632,
            "stop": 848074860
        },
        {
            "start": 848074865,
            "stop": 848074882
        },
        {
            "start": 848074888,
            "stop": 848084415
        },
        {
            "start": 848084653,
            "stop": 848086108
        },
        {
            "start": 848089484,
            "stop": 848094932
        },
        {
            "start": 848097046,
            "stop": 848097640
        },
        {
            "start": 848097645,
            "stop": 848099735
        },
        {
            "start": 848100044,
            "stop": 848100085
        },
        {
            "start": 848100480,
            "stop": 848100600
        },
        {
            "start": 848101263,
            "stop": 848116260
        },
        {
            "start": 848116701,
            "stop": 848133959
        },
        {
            "start": 848134448,
            "stop": 848142045
        },
        {
            "start": 848142050,
            "stop": 848147470
        }
    ]
}