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=40853
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=40854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40852",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40853,
    "results": [
        {
            "start": 875048449,
            "stop": 875048460
        },
        {
            "start": 875048462,
            "stop": 875048469
        },
        {
            "start": 875048471,
            "stop": 875048486
        },
        {
            "start": 875048487,
            "stop": 875048491
        },
        {
            "start": 875048493,
            "stop": 875048505
        },
        {
            "start": 875048506,
            "stop": 875048507
        },
        {
            "start": 875048508,
            "stop": 875048512
        },
        {
            "start": 875048514,
            "stop": 875048518
        },
        {
            "start": 875048519,
            "stop": 875048524
        },
        {
            "start": 875048525,
            "stop": 875048540
        },
        {
            "start": 875048541,
            "stop": 875048550
        },
        {
            "start": 875048551,
            "stop": 875048562
        },
        {
            "start": 875048564,
            "stop": 875048583
        },
        {
            "start": 875048586,
            "stop": 875048680
        },
        {
            "start": 875048682,
            "stop": 875048686
        },
        {
            "start": 875048687,
            "stop": 875048760
        },
        {
            "start": 875048761,
            "stop": 875048772
        },
        {
            "start": 875048774,
            "stop": 875048837
        },
        {
            "start": 875048838,
            "stop": 875048862
        },
        {
            "start": 875048863,
            "stop": 875048893
        }
    ]
}