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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=473",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 474,
    "results": [
        {
            "start": 1262122283,
            "stop": 1262122849
        },
        {
            "start": 1262123147,
            "stop": 1262123756
        },
        {
            "start": 1262123759,
            "stop": 1262123785
        },
        {
            "start": 1262123788,
            "stop": 1262123896
        },
        {
            "start": 1262123899,
            "stop": 1262124349
        },
        {
            "start": 1262124352,
            "stop": 1262124454
        },
        {
            "start": 1262124457,
            "stop": 1262124616
        },
        {
            "start": 1262124619,
            "stop": 1262124753
        },
        {
            "start": 1262124756,
            "stop": 1262125412
        },
        {
            "start": 1262125415,
            "stop": 1262125728
        },
        {
            "start": 1262125731,
            "stop": 1262125845
        },
        {
            "start": 1262125848,
            "stop": 1262126151
        },
        {
            "start": 1262126154,
            "stop": 1262126300
        },
        {
            "start": 1262126303,
            "stop": 1262126450
        },
        {
            "start": 1262126453,
            "stop": 1262126488
        },
        {
            "start": 1262126491,
            "stop": 1262126906
        },
        {
            "start": 1262126909,
            "stop": 1262127321
        },
        {
            "start": 1262127324,
            "stop": 1262127439
        },
        {
            "start": 1262127442,
            "stop": 1262127511
        },
        {
            "start": 1262127514,
            "stop": 1262127565
        }
    ]
}