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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=555",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=553",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 554,
    "results": [
        {
            "start": 1262811555,
            "stop": 1262811559
        },
        {
            "start": 1262811562,
            "stop": 1262811606
        },
        {
            "start": 1262811609,
            "stop": 1262811630
        },
        {
            "start": 1262811636,
            "stop": 1262811687
        },
        {
            "start": 1262811690,
            "stop": 1262811717
        },
        {
            "start": 1262811720,
            "stop": 1262811733
        },
        {
            "start": 1262811736,
            "stop": 1262811748
        },
        {
            "start": 1262811751,
            "stop": 1262811759
        },
        {
            "start": 1262811762,
            "stop": 1262811763
        },
        {
            "start": 1262811766,
            "stop": 1262811796
        },
        {
            "start": 1262811799,
            "stop": 1262811801
        },
        {
            "start": 1262811804,
            "stop": 1262811823
        },
        {
            "start": 1262811826,
            "stop": 1262811860
        },
        {
            "start": 1262811863,
            "stop": 1262811961
        },
        {
            "start": 1262811964,
            "stop": 1262811965
        },
        {
            "start": 1262811971,
            "stop": 1262811972
        },
        {
            "start": 1262811975,
            "stop": 1262811986
        },
        {
            "start": 1262811992,
            "stop": 1262811997
        },
        {
            "start": 1262812000,
            "stop": 1262812021
        },
        {
            "start": 1262812024,
            "stop": 1262812049
        }
    ]
}