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=1578
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=1579",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1577",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1578,
    "results": [
        {
            "start": 952711217,
            "stop": 952711220
        },
        {
            "start": 952711222,
            "stop": 952712476
        },
        {
            "start": 952712478,
            "stop": 952712491
        },
        {
            "start": 952712493,
            "stop": 952712795
        },
        {
            "start": 952712797,
            "stop": 952712831
        },
        {
            "start": 952714302,
            "stop": 952714575
        },
        {
            "start": 952714577,
            "stop": 952715211
        },
        {
            "start": 952715213,
            "stop": 952715330
        },
        {
            "start": 952715332,
            "stop": 952718105
        },
        {
            "start": 952718106,
            "stop": 952718109
        },
        {
            "start": 952718111,
            "stop": 952718139
        },
        {
            "start": 952718141,
            "stop": 952718401
        },
        {
            "start": 952718403,
            "stop": 952718772
        },
        {
            "start": 952718773,
            "stop": 952718886
        },
        {
            "start": 952718888,
            "stop": 952719001
        },
        {
            "start": 952719003,
            "stop": 952719104
        },
        {
            "start": 952719106,
            "stop": 952721640
        },
        {
            "start": 952721642,
            "stop": 952726473
        },
        {
            "start": 952726475,
            "stop": 952726920
        },
        {
            "start": 952726922,
            "stop": 952726981
        }
    ]
}