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=1709
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=1710",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1708",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1709,
    "results": [
        {
            "start": 957818837,
            "stop": 957818847
        },
        {
            "start": 957818849,
            "stop": 957819220
        },
        {
            "start": 957823168,
            "stop": 957824582
        },
        {
            "start": 957824584,
            "stop": 957827046
        },
        {
            "start": 957827048,
            "stop": 957827344
        },
        {
            "start": 957828503,
            "stop": 957828515
        },
        {
            "start": 957828517,
            "stop": 957828564
        },
        {
            "start": 957828567,
            "stop": 957828571
        },
        {
            "start": 957828573,
            "stop": 957828698
        },
        {
            "start": 957828701,
            "stop": 957828704
        },
        {
            "start": 957828706,
            "stop": 957828727
        },
        {
            "start": 957828730,
            "stop": 957828756
        },
        {
            "start": 957828759,
            "stop": 957828769
        },
        {
            "start": 957828770,
            "stop": 957828805
        },
        {
            "start": 957828807,
            "stop": 957828827
        },
        {
            "start": 957828829,
            "stop": 957828835
        },
        {
            "start": 957828837,
            "stop": 957828839
        },
        {
            "start": 957828842,
            "stop": 957828854
        },
        {
            "start": 957828856,
            "stop": 957829307
        },
        {
            "start": 957829309,
            "stop": 957829350
        }
    ]
}