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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=48",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 49,
    "results": [
        {
            "start": 816177897,
            "stop": 816177905
        },
        {
            "start": 816177908,
            "stop": 816177929
        },
        {
            "start": 816177932,
            "stop": 816177933
        },
        {
            "start": 816177937,
            "stop": 816177939
        },
        {
            "start": 816177942,
            "stop": 816178002
        },
        {
            "start": 816178005,
            "stop": 816178056
        },
        {
            "start": 816178059,
            "stop": 816178187
        },
        {
            "start": 816178190,
            "stop": 816178308
        },
        {
            "start": 816178311,
            "stop": 816178449
        },
        {
            "start": 816178452,
            "stop": 816178490
        },
        {
            "start": 816178493,
            "stop": 816178580
        },
        {
            "start": 816178583,
            "stop": 816178584
        },
        {
            "start": 816178587,
            "stop": 816178611
        },
        {
            "start": 816178615,
            "stop": 816178655
        },
        {
            "start": 816178660,
            "stop": 816178698
        },
        {
            "start": 816178701,
            "stop": 816178728
        },
        {
            "start": 816178732,
            "stop": 816178739
        },
        {
            "start": 816178742,
            "stop": 816178778
        },
        {
            "start": 816178781,
            "stop": 816179180
        },
        {
            "start": 816179183,
            "stop": 816179314
        }
    ]
}