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=1868
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=1869",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1867",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1868,
    "results": [
        {
            "start": 968363586,
            "stop": 968363630
        },
        {
            "start": 968363632,
            "stop": 968363641
        },
        {
            "start": 968363643,
            "stop": 968363650
        },
        {
            "start": 968363652,
            "stop": 968363734
        },
        {
            "start": 968363736,
            "stop": 968363741
        },
        {
            "start": 968363743,
            "stop": 968363747
        },
        {
            "start": 968363749,
            "stop": 968363750
        },
        {
            "start": 968363753,
            "stop": 968363757
        },
        {
            "start": 968363759,
            "stop": 968363762
        },
        {
            "start": 968363764,
            "stop": 968363773
        },
        {
            "start": 968363775,
            "stop": 968363809
        },
        {
            "start": 968363811,
            "stop": 968363820
        },
        {
            "start": 968363821,
            "stop": 968363845
        },
        {
            "start": 968363847,
            "stop": 968363866
        },
        {
            "start": 968370887,
            "stop": 968375196
        },
        {
            "start": 968375197,
            "stop": 968375775
        },
        {
            "start": 968385178,
            "stop": 968387769
        },
        {
            "start": 968387770,
            "stop": 968400807
        },
        {
            "start": 968400808,
            "stop": 968406760
        },
        {
            "start": 968406762,
            "stop": 968411247
        }
    ]
}