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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=329",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 330,
    "results": [
        {
            "start": 821410977,
            "stop": 821410990
        },
        {
            "start": 821410993,
            "stop": 821411240
        },
        {
            "start": 821411243,
            "stop": 821411245
        },
        {
            "start": 821411248,
            "stop": 821411537
        },
        {
            "start": 821411541,
            "stop": 821412664
        },
        {
            "start": 821412668,
            "stop": 821413169
        },
        {
            "start": 821413172,
            "stop": 821413588
        },
        {
            "start": 821413591,
            "stop": 821414355
        },
        {
            "start": 821414358,
            "stop": 821414570
        },
        {
            "start": 821414573,
            "stop": 821414625
        },
        {
            "start": 821414628,
            "stop": 821415219
        },
        {
            "start": 821415222,
            "stop": 821415717
        },
        {
            "start": 821415721,
            "stop": 821417112
        },
        {
            "start": 821417115,
            "stop": 821417285
        },
        {
            "start": 821417288,
            "stop": 821417457
        },
        {
            "start": 821417460,
            "stop": 821418662
        },
        {
            "start": 821418666,
            "stop": 821419380
        },
        {
            "start": 821419383,
            "stop": 821420313
        },
        {
            "start": 821420316,
            "stop": 821421488
        },
        {
            "start": 821421491,
            "stop": 821421721
        }
    ]
}