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=1880
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=1881",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1879",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1880,
    "results": [
        {
            "start": 969261439,
            "stop": 969269594
        },
        {
            "start": 969269595,
            "stop": 969278912
        },
        {
            "start": 969283397,
            "stop": 969290489
        },
        {
            "start": 969290490,
            "stop": 969292406
        },
        {
            "start": 969292526,
            "stop": 969292928
        },
        {
            "start": 969329654,
            "stop": 969332575
        },
        {
            "start": 969332929,
            "stop": 969341273
        },
        {
            "start": 969341274,
            "stop": 969344002
        },
        {
            "start": 969345262,
            "stop": 969367024
        },
        {
            "start": 969367025,
            "stop": 969376408
        },
        {
            "start": 969378542,
            "stop": 969388964
        },
        {
            "start": 969388965,
            "stop": 969406581
        },
        {
            "start": 969406582,
            "stop": 969408586
        },
        {
            "start": 969410314,
            "stop": 969421708
        },
        {
            "start": 969421710,
            "stop": 969424419
        },
        {
            "start": 969424421,
            "stop": 969425604
        },
        {
            "start": 969425607,
            "stop": 969425906
        },
        {
            "start": 969425908,
            "stop": 969425911
        },
        {
            "start": 969425915,
            "stop": 969425972
        },
        {
            "start": 969425974,
            "stop": 969425975
        }
    ]
}