Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=795
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=794",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 795,
    "results": [
        {
            "start": 873319833,
            "stop": 873345304
        },
        {
            "start": 873345308,
            "stop": 873413455
        },
        {
            "start": 873417772,
            "stop": 873419414
        },
        {
            "start": 873419415,
            "stop": 873424724
        },
        {
            "start": 873431010,
            "stop": 873435746
        },
        {
            "start": 873435750,
            "stop": 873436069
        },
        {
            "start": 873436073,
            "stop": 873436095
        },
        {
            "start": 873436099,
            "stop": 873436174
        },
        {
            "start": 873436178,
            "stop": 873436195
        },
        {
            "start": 873436199,
            "stop": 873436240
        },
        {
            "start": 873436244,
            "stop": 873436272
        },
        {
            "start": 873436276,
            "stop": 873436284
        },
        {
            "start": 873436288,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873482094
        },
        {
            "start": 873482414,
            "stop": 873482420
        },
        {
            "start": 873483153,
            "stop": 873483693
        },
        {
            "start": 873483697,
            "stop": 873483782
        },
        {
            "start": 873483786,
            "stop": 873483793
        },
        {
            "start": 873483797,
            "stop": 873483831
        },
        {
            "start": 873483835,
            "stop": 873483851
        }
    ]
}