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=40831
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=40832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40830",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40831,
    "results": [
        {
            "start": 875040264,
            "stop": 875040288
        },
        {
            "start": 875040289,
            "stop": 875040326
        },
        {
            "start": 875040327,
            "stop": 875040338
        },
        {
            "start": 875040340,
            "stop": 875040347
        },
        {
            "start": 875040349,
            "stop": 875040390
        },
        {
            "start": 875040392,
            "stop": 875040399
        },
        {
            "start": 875040400,
            "stop": 875040401
        },
        {
            "start": 875040402,
            "stop": 875040431
        },
        {
            "start": 875040432,
            "stop": 875040454
        },
        {
            "start": 875040456,
            "stop": 875040475
        },
        {
            "start": 875040477,
            "stop": 875040496
        },
        {
            "start": 875040498,
            "stop": 875040517
        },
        {
            "start": 875040519,
            "stop": 875040600
        },
        {
            "start": 875040601,
            "stop": 875040603
        },
        {
            "start": 875040605,
            "stop": 875040620
        },
        {
            "start": 875040622,
            "stop": 875040645
        },
        {
            "start": 875040647,
            "stop": 875040659
        },
        {
            "start": 875040660,
            "stop": 875040686
        },
        {
            "start": 875040689,
            "stop": 875040711
        },
        {
            "start": 875040712,
            "stop": 875040715
        }
    ]
}