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=6943
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=6944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6942",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6943,
    "results": [
        {
            "start": 873733154,
            "stop": 873733261
        },
        {
            "start": 873733265,
            "stop": 873733267
        },
        {
            "start": 873733277,
            "stop": 873733294
        },
        {
            "start": 873733298,
            "stop": 873733299
        },
        {
            "start": 873733301,
            "stop": 873733432
        },
        {
            "start": 873733435,
            "stop": 873733458
        },
        {
            "start": 873733461,
            "stop": 873733486
        },
        {
            "start": 873733489,
            "stop": 873733503
        },
        {
            "start": 873733510,
            "stop": 873733522
        },
        {
            "start": 873733525,
            "stop": 873733559
        },
        {
            "start": 873733566,
            "stop": 873733573
        },
        {
            "start": 873733577,
            "stop": 873733610
        },
        {
            "start": 873733617,
            "stop": 873733641
        },
        {
            "start": 873733645,
            "stop": 873733688
        },
        {
            "start": 873733692,
            "stop": 873733712
        },
        {
            "start": 873733727,
            "stop": 873733820
        },
        {
            "start": 873733827,
            "stop": 873733885
        },
        {
            "start": 873733892,
            "stop": 873733999
        },
        {
            "start": 873734004,
            "stop": 873734086
        },
        {
            "start": 873734089,
            "stop": 873734160
        }
    ]
}