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=40647
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=40648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40646",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40647,
    "results": [
        {
            "start": 874915497,
            "stop": 874915499
        },
        {
            "start": 874915500,
            "stop": 874915502
        },
        {
            "start": 874915504,
            "stop": 874915514
        },
        {
            "start": 874915515,
            "stop": 874915517
        },
        {
            "start": 874915519,
            "stop": 874915533
        },
        {
            "start": 874915535,
            "stop": 874915537
        },
        {
            "start": 874915538,
            "stop": 874915543
        },
        {
            "start": 874915546,
            "stop": 874915547
        },
        {
            "start": 874915549,
            "stop": 874915565
        },
        {
            "start": 874915566,
            "stop": 874915567
        },
        {
            "start": 874915569,
            "stop": 874915586
        },
        {
            "start": 874915588,
            "stop": 874915651
        },
        {
            "start": 874915652,
            "stop": 874915686
        },
        {
            "start": 874915687,
            "stop": 874915706
        },
        {
            "start": 874915708,
            "stop": 874915746
        },
        {
            "start": 874915747,
            "stop": 874915749
        },
        {
            "start": 874915750,
            "stop": 874915765
        },
        {
            "start": 874915766,
            "stop": 874915818
        },
        {
            "start": 874915820,
            "stop": 874915842
        },
        {
            "start": 874915844,
            "stop": 874915899
        }
    ]
}