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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=484",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 485,
    "results": [
        {
            "start": 866226157,
            "stop": 866226640
        },
        {
            "start": 866226940,
            "stop": 866229601
        },
        {
            "start": 866229602,
            "stop": 866229620
        },
        {
            "start": 866229628,
            "stop": 866229696
        },
        {
            "start": 866229996,
            "stop": 866230320
        },
        {
            "start": 866230325,
            "stop": 866231388
        },
        {
            "start": 866232125,
            "stop": 866232146
        },
        {
            "start": 866232458,
            "stop": 866232475
        },
        {
            "start": 866232585,
            "stop": 866232618
        },
        {
            "start": 866232918,
            "stop": 866235948
        },
        {
            "start": 866236248,
            "stop": 866236440
        },
        {
            "start": 866236443,
            "stop": 866236456
        },
        {
            "start": 866236459,
            "stop": 866237065
        },
        {
            "start": 866237068,
            "stop": 866237312
        },
        {
            "start": 866237840,
            "stop": 866240127
        },
        {
            "start": 866240214,
            "stop": 866241555
        },
        {
            "start": 866245277,
            "stop": 866245698
        },
        {
            "start": 866246172,
            "stop": 866248963
        },
        {
            "start": 866248965,
            "stop": 866254549
        },
        {
            "start": 866254551,
            "stop": 866257173
        }
    ]
}