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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=344",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 345,
    "results": [
        {
            "start": 821449099,
            "stop": 821449223
        },
        {
            "start": 821449226,
            "stop": 821449260
        },
        {
            "start": 821449263,
            "stop": 821449281
        },
        {
            "start": 821449284,
            "stop": 821449297
        },
        {
            "start": 821449300,
            "stop": 821449387
        },
        {
            "start": 821449391,
            "stop": 821449406
        },
        {
            "start": 821449409,
            "stop": 821449493
        },
        {
            "start": 821449496,
            "stop": 821449700
        },
        {
            "start": 821449703,
            "stop": 821449730
        },
        {
            "start": 821449733,
            "stop": 821449763
        },
        {
            "start": 821449767,
            "stop": 821449989
        },
        {
            "start": 821449992,
            "stop": 821450017
        },
        {
            "start": 821450021,
            "stop": 821450036
        },
        {
            "start": 821450039,
            "stop": 821450148
        },
        {
            "start": 821450151,
            "stop": 821450160
        },
        {
            "start": 821450163,
            "stop": 821450165
        },
        {
            "start": 821450168,
            "stop": 821450223
        },
        {
            "start": 821450226,
            "stop": 821450333
        },
        {
            "start": 821450336,
            "stop": 821450339
        },
        {
            "start": 821450342,
            "stop": 821450383
        }
    ]
}