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=1720
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=1721",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1719",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1720,
    "results": [
        {
            "start": 958045095,
            "stop": 958045098
        },
        {
            "start": 958045100,
            "stop": 958045106
        },
        {
            "start": 958045107,
            "stop": 958045116
        },
        {
            "start": 958045117,
            "stop": 958045137
        },
        {
            "start": 958045138,
            "stop": 958045180
        },
        {
            "start": 958045182,
            "stop": 958045190
        },
        {
            "start": 958048536,
            "stop": 958048579
        },
        {
            "start": 958048750,
            "stop": 958049473
        },
        {
            "start": 958049475,
            "stop": 958050662
        },
        {
            "start": 958050663,
            "stop": 958051380
        },
        {
            "start": 958051381,
            "stop": 958052310
        },
        {
            "start": 958052311,
            "stop": 958052341
        },
        {
            "start": 958052344,
            "stop": 958052352
        },
        {
            "start": 958052362,
            "stop": 958052636
        },
        {
            "start": 958052639,
            "stop": 958052767
        },
        {
            "start": 958052769,
            "stop": 958052813
        },
        {
            "start": 958052815,
            "stop": 958053086
        },
        {
            "start": 958053088,
            "stop": 958055058
        },
        {
            "start": 958055060,
            "stop": 958055398
        },
        {
            "start": 958055400,
            "stop": 958057173
        }
    ]
}