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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=84",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 85,
    "results": [
        {
            "start": 931088434,
            "stop": 931088435
        },
        {
            "start": 931088436,
            "stop": 931088438
        },
        {
            "start": 931088439,
            "stop": 931088444
        },
        {
            "start": 931088445,
            "stop": 931088446
        },
        {
            "start": 931088450,
            "stop": 931088451
        },
        {
            "start": 931088454,
            "stop": 931088462
        },
        {
            "start": 931088465,
            "stop": 931088469
        },
        {
            "start": 931088470,
            "stop": 931088473
        },
        {
            "start": 931088474,
            "stop": 931088476
        },
        {
            "start": 931088478,
            "stop": 931088481
        },
        {
            "start": 931088482,
            "stop": 931088488
        },
        {
            "start": 931088490,
            "stop": 931088491
        },
        {
            "start": 931088492,
            "stop": 931088494
        },
        {
            "start": 931088495,
            "stop": 931088502
        },
        {
            "start": 931088503,
            "stop": 931088521
        },
        {
            "start": 931088525,
            "stop": 931088526
        },
        {
            "start": 931088527,
            "stop": 931088535
        },
        {
            "start": 931088537,
            "stop": 931088538
        },
        {
            "start": 931088539,
            "stop": 931088547
        },
        {
            "start": 931088548,
            "stop": 931088551
        }
    ]
}