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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=411",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 412,
    "results": [
        {
            "start": 860341207,
            "stop": 860341468
        },
        {
            "start": 860342259,
            "stop": 860342700
        },
        {
            "start": 860342705,
            "stop": 860342706
        },
        {
            "start": 860342710,
            "stop": 860342725
        },
        {
            "start": 860342730,
            "stop": 860342737
        },
        {
            "start": 860342743,
            "stop": 860342778
        },
        {
            "start": 860342781,
            "stop": 860342821
        },
        {
            "start": 860342824,
            "stop": 860342832
        },
        {
            "start": 860342835,
            "stop": 860342837
        },
        {
            "start": 860342842,
            "stop": 860342848
        },
        {
            "start": 860342852,
            "stop": 860342853
        },
        {
            "start": 860342859,
            "stop": 860342969
        },
        {
            "start": 860343966,
            "stop": 860346955
        },
        {
            "start": 860346960,
            "stop": 860347010
        },
        {
            "start": 860347015,
            "stop": 860347038
        },
        {
            "start": 860347119,
            "stop": 860347160
        },
        {
            "start": 860347163,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860348912
        },
        {
            "start": 860348918,
            "stop": 860351475
        },
        {
            "start": 860351480,
            "stop": 860351500
        }
    ]
}