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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6448",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6449,
    "results": [
        {
            "start": 873896444,
            "stop": 873896513
        },
        {
            "start": 873896514,
            "stop": 873897560
        },
        {
            "start": 873897562,
            "stop": 873897749
        },
        {
            "start": 873897750,
            "stop": 873898232
        },
        {
            "start": 873898233,
            "stop": 873898239
        },
        {
            "start": 873898241,
            "stop": 873899456
        },
        {
            "start": 873899457,
            "stop": 873899525
        },
        {
            "start": 873899526,
            "stop": 873899632
        },
        {
            "start": 873899633,
            "stop": 873899870
        },
        {
            "start": 873899872,
            "stop": 873900108
        },
        {
            "start": 873900109,
            "stop": 873901156
        },
        {
            "start": 873901158,
            "stop": 873901518
        },
        {
            "start": 873901520,
            "stop": 873901530
        },
        {
            "start": 873901531,
            "stop": 873901896
        },
        {
            "start": 873901897,
            "stop": 873902814
        },
        {
            "start": 873902815,
            "stop": 873903197
        },
        {
            "start": 873903199,
            "stop": 873903452
        },
        {
            "start": 873903453,
            "stop": 873903477
        },
        {
            "start": 873903478,
            "stop": 873903734
        },
        {
            "start": 873903735,
            "stop": 873903808
        }
    ]
}