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/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7101
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7100",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7101,
    "results": [
        {
            "start": 874603649,
            "stop": 874604991
        },
        {
            "start": 874604995,
            "stop": 874606389
        },
        {
            "start": 874606393,
            "stop": 874606401
        },
        {
            "start": 874606406,
            "stop": 874608856
        },
        {
            "start": 874608859,
            "stop": 874608860
        },
        {
            "start": 874608863,
            "stop": 874611681
        },
        {
            "start": 874611688,
            "stop": 874611712
        },
        {
            "start": 874611715,
            "stop": 874611810
        },
        {
            "start": 874612770,
            "stop": 874612856
        },
        {
            "start": 874612859,
            "stop": 874615867
        },
        {
            "start": 874615870,
            "stop": 874616278
        },
        {
            "start": 874616282,
            "stop": 874616568
        },
        {
            "start": 874617160,
            "stop": 874617368
        },
        {
            "start": 874617371,
            "stop": 874617722
        },
        {
            "start": 874617725,
            "stop": 874617741
        },
        {
            "start": 874617744,
            "stop": 874618041
        },
        {
            "start": 874618045,
            "stop": 874618171
        },
        {
            "start": 874618174,
            "stop": 874620873
        },
        {
            "start": 874620875,
            "stop": 874622732
        },
        {
            "start": 874622735,
            "stop": 874622784
        }
    ]
}