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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3167",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3168,
    "results": [
        {
            "start": 869588484,
            "stop": 869588491
        },
        {
            "start": 869588494,
            "stop": 869590337
        },
        {
            "start": 869590341,
            "stop": 869593800
        },
        {
            "start": 869593920,
            "stop": 869595600
        },
        {
            "start": 869595605,
            "stop": 869596260
        },
        {
            "start": 869596320,
            "stop": 869596800
        },
        {
            "start": 869596860,
            "stop": 869598600
        },
        {
            "start": 869598660,
            "stop": 869598914
        },
        {
            "start": 869598917,
            "stop": 869599200
        },
        {
            "start": 869599260,
            "stop": 869599862
        },
        {
            "start": 869599866,
            "stop": 869600550
        },
        {
            "start": 869600889,
            "stop": 869601217
        },
        {
            "start": 869601526,
            "stop": 869603040
        },
        {
            "start": 869603160,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604810
        },
        {
            "start": 869605303,
            "stop": 869605514
        },
        {
            "start": 869605515,
            "stop": 869605516
        },
        {
            "start": 869605520,
            "stop": 869606260
        },
        {
            "start": 869606265,
            "stop": 869606280
        },
        {
            "start": 869606400,
            "stop": 869608342
        }
    ]
}