Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1877
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=1878",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1876",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1877,
    "results": [
        {
            "start": 968939091,
            "stop": 968939102
        },
        {
            "start": 968939104,
            "stop": 968939116
        },
        {
            "start": 968939118,
            "stop": 968939120
        },
        {
            "start": 968939124,
            "stop": 968939140
        },
        {
            "start": 968939142,
            "stop": 968939144
        },
        {
            "start": 968939146,
            "stop": 968939158
        },
        {
            "start": 968939160,
            "stop": 968943697
        },
        {
            "start": 968943699,
            "stop": 968943864
        },
        {
            "start": 968943865,
            "stop": 968944028
        },
        {
            "start": 968944030,
            "stop": 968950672
        },
        {
            "start": 968952497,
            "stop": 968952772
        },
        {
            "start": 968952773,
            "stop": 968952801
        },
        {
            "start": 968953452,
            "stop": 968956751
        },
        {
            "start": 968956752,
            "stop": 968960464
        },
        {
            "start": 968962772,
            "stop": 968965871
        },
        {
            "start": 968965873,
            "stop": 968969414
        },
        {
            "start": 968969416,
            "stop": 968973466
        },
        {
            "start": 968973754,
            "stop": 968978782
        },
        {
            "start": 968978784,
            "stop": 968978801
        },
        {
            "start": 968984049,
            "stop": 968985228
        }
    ]
}