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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=382",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 383,
    "results": [
        {
            "start": 849888283,
            "stop": 849888291
        },
        {
            "start": 849888748,
            "stop": 849888755
        },
        {
            "start": 849888900,
            "stop": 849888924
        },
        {
            "start": 849889931,
            "stop": 849890153
        },
        {
            "start": 849890323,
            "stop": 849890343
        },
        {
            "start": 849890344,
            "stop": 849890447
        },
        {
            "start": 849890582,
            "stop": 849894460
        },
        {
            "start": 849921319,
            "stop": 849921430
        },
        {
            "start": 849921432,
            "stop": 849922080
        },
        {
            "start": 849922081,
            "stop": 849924473
        },
        {
            "start": 849924541,
            "stop": 849926632
        },
        {
            "start": 849926634,
            "stop": 849928063
        },
        {
            "start": 849928064,
            "stop": 849929057
        },
        {
            "start": 849929059,
            "stop": 849931207
        },
        {
            "start": 849931209,
            "stop": 849933002
        },
        {
            "start": 849933004,
            "stop": 849936903
        },
        {
            "start": 849936906,
            "stop": 849940526
        },
        {
            "start": 849940528,
            "stop": 849940654
        },
        {
            "start": 849941060,
            "stop": 849944530
        },
        {
            "start": 849944532,
            "stop": 849947811
        }
    ]
}