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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29373",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29374,
    "results": [
        {
            "start": 971373812,
            "stop": 971374030
        },
        {
            "start": 971374032,
            "stop": 971374066
        },
        {
            "start": 971374069,
            "stop": 971374138
        },
        {
            "start": 971374140,
            "stop": 971374364
        },
        {
            "start": 971374366,
            "stop": 971374836
        },
        {
            "start": 971374838,
            "stop": 971374944
        },
        {
            "start": 971374947,
            "stop": 971375067
        },
        {
            "start": 971375069,
            "stop": 971375221
        },
        {
            "start": 971375223,
            "stop": 971375504
        },
        {
            "start": 971375507,
            "stop": 971375742
        },
        {
            "start": 971375773,
            "stop": 971375794
        },
        {
            "start": 971375797,
            "stop": 971375819
        },
        {
            "start": 971375822,
            "stop": 971375850
        },
        {
            "start": 971375853,
            "stop": 971375913
        },
        {
            "start": 971375943,
            "stop": 971376275
        },
        {
            "start": 971376278,
            "stop": 971376283
        },
        {
            "start": 971376286,
            "stop": 971376300
        },
        {
            "start": 971376303,
            "stop": 971376308
        },
        {
            "start": 971376329,
            "stop": 971376336
        },
        {
            "start": 971376339,
            "stop": 971376373
        }
    ]
}