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=6927
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=6928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6926",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6927,
    "results": [
        {
            "start": 873711234,
            "stop": 873711252
        },
        {
            "start": 873711255,
            "stop": 873711274
        },
        {
            "start": 873711281,
            "stop": 873711292
        },
        {
            "start": 873711309,
            "stop": 873711330
        },
        {
            "start": 873711334,
            "stop": 873711346
        },
        {
            "start": 873711349,
            "stop": 873711357
        },
        {
            "start": 873711368,
            "stop": 873711392
        },
        {
            "start": 873711395,
            "stop": 873711427
        },
        {
            "start": 873711433,
            "stop": 873711456
        },
        {
            "start": 873711459,
            "stop": 873711497
        },
        {
            "start": 873711500,
            "stop": 873711510
        },
        {
            "start": 873711520,
            "stop": 873711525
        },
        {
            "start": 873711528,
            "stop": 873711616
        },
        {
            "start": 873711619,
            "stop": 873711625
        },
        {
            "start": 873711629,
            "stop": 873711642
        },
        {
            "start": 873711645,
            "stop": 873711667
        },
        {
            "start": 873711671,
            "stop": 873711681
        },
        {
            "start": 873711685,
            "stop": 873711699
        },
        {
            "start": 873711705,
            "stop": 873711738
        },
        {
            "start": 873711741,
            "stop": 873711805
        }
    ]
}