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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33267",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33268,
    "results": [
        {
            "start": 970995389,
            "stop": 970995410
        },
        {
            "start": 970995411,
            "stop": 970995413
        },
        {
            "start": 970995414,
            "stop": 970995470
        },
        {
            "start": 970995471,
            "stop": 970995472
        },
        {
            "start": 970995473,
            "stop": 970995500
        },
        {
            "start": 970995501,
            "stop": 970995510
        },
        {
            "start": 970995511,
            "stop": 970995517
        },
        {
            "start": 970995518,
            "stop": 970995521
        },
        {
            "start": 970995522,
            "stop": 970995523
        },
        {
            "start": 970995524,
            "stop": 970995528
        },
        {
            "start": 970995531,
            "stop": 970995532
        },
        {
            "start": 970995535,
            "stop": 970995561
        },
        {
            "start": 970995562,
            "stop": 970995574
        },
        {
            "start": 970995575,
            "stop": 970995589
        },
        {
            "start": 970995590,
            "stop": 970995598
        },
        {
            "start": 970995599,
            "stop": 970995649
        },
        {
            "start": 970995650,
            "stop": 970995685
        },
        {
            "start": 970995686,
            "stop": 970995687
        },
        {
            "start": 970995688,
            "stop": 970995709
        },
        {
            "start": 970995710,
            "stop": 970995711
        }
    ]
}