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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3443",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3441",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3442,
    "results": [
        {
            "start": 969771027,
            "stop": 969771158
        },
        {
            "start": 969771161,
            "stop": 969771427
        },
        {
            "start": 969771430,
            "stop": 969771651
        },
        {
            "start": 969771654,
            "stop": 969771664
        },
        {
            "start": 969771675,
            "stop": 969772802
        },
        {
            "start": 969772803,
            "stop": 969772850
        },
        {
            "start": 969772853,
            "stop": 969772874
        },
        {
            "start": 969772877,
            "stop": 969772883
        },
        {
            "start": 969772886,
            "stop": 969772901
        },
        {
            "start": 969772906,
            "stop": 969772909
        },
        {
            "start": 969772912,
            "stop": 969772936
        },
        {
            "start": 969772939,
            "stop": 969772959
        },
        {
            "start": 969772962,
            "stop": 969772973
        },
        {
            "start": 969772976,
            "stop": 969772981
        },
        {
            "start": 969781218,
            "stop": 969781472
        },
        {
            "start": 969781475,
            "stop": 969781578
        },
        {
            "start": 969781581,
            "stop": 969782195
        },
        {
            "start": 969782196,
            "stop": 969782812
        },
        {
            "start": 969782815,
            "stop": 969783006
        },
        {
            "start": 969783009,
            "stop": 969783137
        }
    ]
}