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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=652",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 653,
    "results": [
        {
            "start": 848757717,
            "stop": 848764406
        },
        {
            "start": 848764409,
            "stop": 848764850
        },
        {
            "start": 848782331,
            "stop": 848785873
        },
        {
            "start": 848786786,
            "stop": 848789410
        },
        {
            "start": 848789953,
            "stop": 848795911
        },
        {
            "start": 848796231,
            "stop": 848797264
        },
        {
            "start": 848797664,
            "stop": 848797670
        },
        {
            "start": 848797990,
            "stop": 848798125
        },
        {
            "start": 848798525,
            "stop": 848798727
        },
        {
            "start": 848799379,
            "stop": 848816519
        },
        {
            "start": 848818003,
            "stop": 848823126
        },
        {
            "start": 848823128,
            "stop": 848842303
        },
        {
            "start": 848844157,
            "stop": 848846353
        },
        {
            "start": 848847365,
            "stop": 848850522
        },
        {
            "start": 848851323,
            "stop": 848853371
        },
        {
            "start": 848853917,
            "stop": 848855256
        },
        {
            "start": 848856326,
            "stop": 848858337
        },
        {
            "start": 848859399,
            "stop": 848865313
        },
        {
            "start": 848869241,
            "stop": 848876413
        },
        {
            "start": 848877822,
            "stop": 848878290
        }
    ]
}