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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40632",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40633,
    "results": [
        {
            "start": 874909309,
            "stop": 874909312
        },
        {
            "start": 874909313,
            "stop": 874909364
        },
        {
            "start": 874909365,
            "stop": 874909367
        },
        {
            "start": 874909368,
            "stop": 874909417
        },
        {
            "start": 874909418,
            "stop": 874909426
        },
        {
            "start": 874909429,
            "stop": 874909552
        },
        {
            "start": 874909553,
            "stop": 874909577
        },
        {
            "start": 874909578,
            "stop": 874909579
        },
        {
            "start": 874909581,
            "stop": 874909593
        },
        {
            "start": 874909595,
            "stop": 874909597
        },
        {
            "start": 874909599,
            "stop": 874909651
        },
        {
            "start": 874909652,
            "stop": 874909662
        },
        {
            "start": 874909664,
            "stop": 874909665
        },
        {
            "start": 874909667,
            "stop": 874909681
        },
        {
            "start": 874909683,
            "stop": 874909684
        },
        {
            "start": 874909686,
            "stop": 874909698
        },
        {
            "start": 874909700,
            "stop": 874909743
        },
        {
            "start": 874909744,
            "stop": 874909769
        },
        {
            "start": 874909770,
            "stop": 874909796
        },
        {
            "start": 874909798,
            "stop": 874909807
        }
    ]
}