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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29397",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29395",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29396,
    "results": [
        {
            "start": 971403385,
            "stop": 971403390
        },
        {
            "start": 971403391,
            "stop": 971403396
        },
        {
            "start": 971403398,
            "stop": 971403400
        },
        {
            "start": 971405860,
            "stop": 971405908
        },
        {
            "start": 971405910,
            "stop": 971406204
        },
        {
            "start": 971406207,
            "stop": 971406209
        },
        {
            "start": 971406212,
            "stop": 971406669
        },
        {
            "start": 971406672,
            "stop": 971407422
        },
        {
            "start": 971407424,
            "stop": 971407442
        },
        {
            "start": 971407445,
            "stop": 971407471
        },
        {
            "start": 971407473,
            "stop": 971407828
        },
        {
            "start": 971407830,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971408710
        },
        {
            "start": 971408711,
            "stop": 971408712
        },
        {
            "start": 971408713,
            "stop": 971408719
        },
        {
            "start": 971408721,
            "stop": 971408726
        },
        {
            "start": 971408731,
            "stop": 971408733
        },
        {
            "start": 971408734,
            "stop": 971408745
        },
        {
            "start": 971408746,
            "stop": 971408747
        },
        {
            "start": 971408748,
            "stop": 971408750
        }
    ]
}