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=7107
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=7108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7106",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7107,
    "results": [
        {
            "start": 874653568,
            "stop": 874653652
        },
        {
            "start": 874653656,
            "stop": 874653663
        },
        {
            "start": 874653669,
            "stop": 874653693
        },
        {
            "start": 874653704,
            "stop": 874653712
        },
        {
            "start": 874653718,
            "stop": 874653728
        },
        {
            "start": 874653731,
            "stop": 874653738
        },
        {
            "start": 874653741,
            "stop": 874653786
        },
        {
            "start": 874653789,
            "stop": 874653822
        },
        {
            "start": 874653825,
            "stop": 874653908
        },
        {
            "start": 874653911,
            "stop": 874653913
        },
        {
            "start": 874653916,
            "stop": 874653958
        },
        {
            "start": 874653961,
            "stop": 874654256
        },
        {
            "start": 874654259,
            "stop": 874654359
        },
        {
            "start": 874654362,
            "stop": 874654369
        },
        {
            "start": 874654372,
            "stop": 874654376
        },
        {
            "start": 874654379,
            "stop": 874654509
        },
        {
            "start": 874654512,
            "stop": 874654513
        },
        {
            "start": 874654516,
            "stop": 874654521
        },
        {
            "start": 874654524,
            "stop": 874654525
        },
        {
            "start": 874654528,
            "stop": 874654801
        }
    ]
}