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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=57",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 58,
    "results": [
        {
            "start": 816177630,
            "stop": 816177678
        },
        {
            "start": 816177682,
            "stop": 816177740
        },
        {
            "start": 816177743,
            "stop": 816177766
        },
        {
            "start": 816177769,
            "stop": 816177864
        },
        {
            "start": 816177867,
            "stop": 816177893
        },
        {
            "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
        }
    ]
}