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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16662",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16663,
    "results": [
        {
            "start": 874843894,
            "stop": 874843909
        },
        {
            "start": 874843912,
            "stop": 874843918
        },
        {
            "start": 874843920,
            "stop": 874843982
        },
        {
            "start": 874843983,
            "stop": 874844079
        },
        {
            "start": 874844080,
            "stop": 874844128
        },
        {
            "start": 874844129,
            "stop": 874844142
        },
        {
            "start": 874844145,
            "stop": 874844394
        },
        {
            "start": 874844395,
            "stop": 874844500
        },
        {
            "start": 874844501,
            "stop": 874844636
        },
        {
            "start": 874844637,
            "stop": 874844666
        },
        {
            "start": 874844668,
            "stop": 874844722
        },
        {
            "start": 874844723,
            "stop": 874844786
        },
        {
            "start": 874844789,
            "stop": 874844792
        },
        {
            "start": 874844795,
            "stop": 874844847
        },
        {
            "start": 874844848,
            "stop": 874844937
        },
        {
            "start": 874844939,
            "stop": 874845124
        },
        {
            "start": 874845126,
            "stop": 874845234
        },
        {
            "start": 874845235,
            "stop": 874845247
        },
        {
            "start": 874845250,
            "stop": 874845337
        },
        {
            "start": 874845338,
            "stop": 874845379
        }
    ]
}