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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=64",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 65,
    "results": [
        {
            "start": 952959672,
            "stop": 952964034
        },
        {
            "start": 952967822,
            "stop": 952974910
        },
        {
            "start": 952976569,
            "stop": 952980329
        },
        {
            "start": 952982242,
            "stop": 952983695
        },
        {
            "start": 952988414,
            "stop": 953016164
        },
        {
            "start": 953021644,
            "stop": 953050504
        },
        {
            "start": 953059160,
            "stop": 953061365
        },
        {
            "start": 953062634,
            "stop": 953069269
        },
        {
            "start": 953070658,
            "stop": 953072871
        },
        {
            "start": 953075613,
            "stop": 953076237
        },
        {
            "start": 953079031,
            "stop": 953097102
        },
        {
            "start": 953100702,
            "stop": 953115931
        },
        {
            "start": 953124698,
            "stop": 953129604
        },
        {
            "start": 953136629,
            "stop": 953141271
        },
        {
            "start": 953143380,
            "stop": 953153526
        },
        {
            "start": 953155477,
            "stop": 953155911
        },
        {
            "start": 953157362,
            "stop": 953159990
        },
        {
            "start": 953162233,
            "stop": 953181070
        },
        {
            "start": 953186477,
            "stop": 953192891
        },
        {
            "start": 953194349,
            "stop": 953210780
        }
    ]
}