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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=74",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 75,
    "results": [
        {
            "start": 822885150,
            "stop": 822885210
        },
        {
            "start": 822885270,
            "stop": 822885330
        },
        {
            "start": 822885450,
            "stop": 822885570
        },
        {
            "start": 822885630,
            "stop": 822886275
        },
        {
            "start": 822886280,
            "stop": 822886292
        },
        {
            "start": 822886298,
            "stop": 822886320
        },
        {
            "start": 822886325,
            "stop": 822887565
        },
        {
            "start": 822887633,
            "stop": 822888690
        },
        {
            "start": 822888810,
            "stop": 822889886
        },
        {
            "start": 822893845,
            "stop": 822898131
        },
        {
            "start": 822898273,
            "stop": 822899670
        },
        {
            "start": 822899730,
            "stop": 822909870
        },
        {
            "start": 822909930,
            "stop": 822910110
        },
        {
            "start": 822910170,
            "stop": 822910530
        },
        {
            "start": 822910590,
            "stop": 822910710
        },
        {
            "start": 822910770,
            "stop": 822912143
        },
        {
            "start": 822912236,
            "stop": 822913090
        },
        {
            "start": 822913244,
            "stop": 822914617
        },
        {
            "start": 822914763,
            "stop": 822914850
        },
        {
            "start": 822914910,
            "stop": 822914970
        }
    ]
}