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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1595",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1593",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1594,
    "results": [
        {
            "start": 953277913,
            "stop": 953280456
        },
        {
            "start": 953280458,
            "stop": 953281700
        },
        {
            "start": 953281702,
            "stop": 953281846
        },
        {
            "start": 953281847,
            "stop": 953282453
        },
        {
            "start": 953282454,
            "stop": 953283113
        },
        {
            "start": 953283115,
            "stop": 953283476
        },
        {
            "start": 953283477,
            "stop": 953284380
        },
        {
            "start": 953284382,
            "stop": 953286130
        },
        {
            "start": 953286132,
            "stop": 953288068
        },
        {
            "start": 953288070,
            "stop": 953289679
        },
        {
            "start": 953289681,
            "stop": 953290261
        },
        {
            "start": 953290263,
            "stop": 953290275
        },
        {
            "start": 953290277,
            "stop": 953290281
        },
        {
            "start": 953296469,
            "stop": 953296695
        },
        {
            "start": 953296697,
            "stop": 953297046
        },
        {
            "start": 953297048,
            "stop": 953297210
        },
        {
            "start": 953297212,
            "stop": 953297215
        },
        {
            "start": 953297217,
            "stop": 953297661
        },
        {
            "start": 953297663,
            "stop": 953298145
        },
        {
            "start": 953298147,
            "stop": 953299956
        }
    ]
}