Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=93",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 94,
    "results": [
        {
            "start": 931089387,
            "stop": 931089391
        },
        {
            "start": 931089392,
            "stop": 931089394
        },
        {
            "start": 931089395,
            "stop": 931089398
        },
        {
            "start": 931089400,
            "stop": 931089401
        },
        {
            "start": 931089403,
            "stop": 931089409
        },
        {
            "start": 931089412,
            "stop": 931089414
        },
        {
            "start": 931089417,
            "stop": 931089418
        },
        {
            "start": 931089419,
            "stop": 931089421
        },
        {
            "start": 931089422,
            "stop": 931089427
        },
        {
            "start": 931089428,
            "stop": 931089429
        },
        {
            "start": 931089431,
            "stop": 931089437
        },
        {
            "start": 931089438,
            "stop": 931089439
        },
        {
            "start": 931089440,
            "stop": 931089442
        },
        {
            "start": 931089443,
            "stop": 931089444
        },
        {
            "start": 931089451,
            "stop": 931089452
        },
        {
            "start": 931089453,
            "stop": 931089454
        },
        {
            "start": 931089456,
            "stop": 931089457
        },
        {
            "start": 931089458,
            "stop": 931089461
        },
        {
            "start": 931089462,
            "stop": 931089463
        },
        {
            "start": 931089464,
            "stop": 931089468
        }
    ]
}