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=1584
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=1585",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1583",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1584,
    "results": [
        {
            "start": 952881079,
            "stop": 952881396
        },
        {
            "start": 952882181,
            "stop": 952882198
        },
        {
            "start": 952882202,
            "stop": 952882203
        },
        {
            "start": 952882206,
            "stop": 952882210
        },
        {
            "start": 952889271,
            "stop": 952890820
        },
        {
            "start": 952890867,
            "stop": 952890905
        },
        {
            "start": 952890907,
            "stop": 952895367
        },
        {
            "start": 952895369,
            "stop": 952896453
        },
        {
            "start": 952896455,
            "stop": 952896611
        },
        {
            "start": 952896615,
            "stop": 952896622
        },
        {
            "start": 952896624,
            "stop": 952896634
        },
        {
            "start": 952896639,
            "stop": 952897381
        },
        {
            "start": 952897382,
            "stop": 952897466
        },
        {
            "start": 952897468,
            "stop": 952897836
        },
        {
            "start": 952897838,
            "stop": 952898685
        },
        {
            "start": 952898687,
            "stop": 952899306
        },
        {
            "start": 952899308,
            "stop": 952900993
        },
        {
            "start": 952900995,
            "stop": 952901175
        },
        {
            "start": 952901177,
            "stop": 952902609
        },
        {
            "start": 952902610,
            "stop": 952903083
        }
    ]
}