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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=265",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 266,
    "results": [
        {
            "start": 931166439,
            "stop": 931166441
        },
        {
            "start": 931166442,
            "stop": 931166446
        },
        {
            "start": 931166448,
            "stop": 931166453
        },
        {
            "start": 931166455,
            "stop": 931166456
        },
        {
            "start": 931166457,
            "stop": 931166459
        },
        {
            "start": 931166461,
            "stop": 931166463
        },
        {
            "start": 931166466,
            "stop": 931166468
        },
        {
            "start": 931166469,
            "stop": 931166470
        },
        {
            "start": 931166472,
            "stop": 931166476
        },
        {
            "start": 931166477,
            "stop": 931166478
        },
        {
            "start": 931166479,
            "stop": 931166485
        },
        {
            "start": 931166486,
            "stop": 931166487
        },
        {
            "start": 931166488,
            "stop": 931166491
        },
        {
            "start": 931166493,
            "stop": 931166500
        },
        {
            "start": 931166502,
            "stop": 931166504
        },
        {
            "start": 931166505,
            "stop": 931166507
        },
        {
            "start": 931166509,
            "stop": 931166512
        },
        {
            "start": 931166513,
            "stop": 931166518
        },
        {
            "start": 931166519,
            "stop": 931166520
        },
        {
            "start": 931166522,
            "stop": 931166524
        }
    ]
}