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=3165
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=3166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3164",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3165,
    "results": [
        {
            "start": 869500320,
            "stop": 869500740
        },
        {
            "start": 869500800,
            "stop": 869501465
        },
        {
            "start": 869501470,
            "stop": 869501812
        },
        {
            "start": 869501818,
            "stop": 869501820
        },
        {
            "start": 869501880,
            "stop": 869502086
        },
        {
            "start": 869502090,
            "stop": 869505232
        },
        {
            "start": 869506289,
            "stop": 869508588
        },
        {
            "start": 869508591,
            "stop": 869508594
        },
        {
            "start": 869508604,
            "stop": 869509620
        },
        {
            "start": 869509680,
            "stop": 869513667
        },
        {
            "start": 869513862,
            "stop": 869514059
        },
        {
            "start": 869514063,
            "stop": 869516682
        },
        {
            "start": 869516688,
            "stop": 869516700
        },
        {
            "start": 869516760,
            "stop": 869517540
        },
        {
            "start": 869517660,
            "stop": 869517740
        },
        {
            "start": 869517749,
            "stop": 869517752
        },
        {
            "start": 869517755,
            "stop": 869517967
        },
        {
            "start": 869517971,
            "stop": 869519280
        },
        {
            "start": 869519340,
            "stop": 869521785
        },
        {
            "start": 869521790,
            "stop": 869521825
        }
    ]
}