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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 91,
    "results": [
        {
            "start": 817765391,
            "stop": 817765392
        },
        {
            "start": 817765399,
            "stop": 817765845
        },
        {
            "start": 817765848,
            "stop": 817766909
        },
        {
            "start": 817766913,
            "stop": 817766979
        },
        {
            "start": 817766982,
            "stop": 817766988
        },
        {
            "start": 817766992,
            "stop": 817767694
        },
        {
            "start": 817767709,
            "stop": 817768094
        },
        {
            "start": 817768103,
            "stop": 817768546
        },
        {
            "start": 817768549,
            "stop": 817768589
        },
        {
            "start": 817768592,
            "stop": 817768596
        },
        {
            "start": 817768607,
            "stop": 817769200
        },
        {
            "start": 817769204,
            "stop": 817769206
        },
        {
            "start": 817771268,
            "stop": 817771337
        },
        {
            "start": 817771340,
            "stop": 817771524
        },
        {
            "start": 817771527,
            "stop": 817771661
        },
        {
            "start": 817773011,
            "stop": 817773666
        },
        {
            "start": 817773669,
            "stop": 817773673
        },
        {
            "start": 817773676,
            "stop": 817773680
        },
        {
            "start": 817773683,
            "stop": 817773698
        },
        {
            "start": 817773702,
            "stop": 817773714
        }
    ]
}