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=1735
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=1736",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1734",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1735,
    "results": [
        {
            "start": 958502333,
            "stop": 958502542
        },
        {
            "start": 958502544,
            "stop": 958502779
        },
        {
            "start": 958502781,
            "stop": 958502898
        },
        {
            "start": 958502900,
            "stop": 958503119
        },
        {
            "start": 958503121,
            "stop": 958503288
        },
        {
            "start": 958503290,
            "stop": 958503658
        },
        {
            "start": 958503660,
            "stop": 958503755
        },
        {
            "start": 958503757,
            "stop": 958504077
        },
        {
            "start": 958505049,
            "stop": 958505697
        },
        {
            "start": 958505699,
            "stop": 958505735
        },
        {
            "start": 958506863,
            "stop": 958507576
        },
        {
            "start": 958507579,
            "stop": 958507866
        },
        {
            "start": 958507869,
            "stop": 958509343
        },
        {
            "start": 958509345,
            "stop": 958509539
        },
        {
            "start": 958509541,
            "stop": 958510829
        },
        {
            "start": 958510831,
            "stop": 958511194
        },
        {
            "start": 958511196,
            "stop": 958511234
        },
        {
            "start": 958511236,
            "stop": 958511711
        },
        {
            "start": 958511714,
            "stop": 958512571
        },
        {
            "start": 958512573,
            "stop": 958512656
        }
    ]
}