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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 27,
    "results": [
        {
            "start": 1127436737,
            "stop": 1127436797
        },
        {
            "start": 1127436857,
            "stop": 1127436917
        },
        {
            "start": 1127436977,
            "stop": 1127437037
        },
        {
            "start": 1127437217,
            "stop": 1127437397
        },
        {
            "start": 1127438117,
            "stop": 1127438177
        },
        {
            "start": 1127438597,
            "stop": 1127438837
        },
        {
            "start": 1127439557,
            "stop": 1127440517
        },
        {
            "start": 1127440577,
            "stop": 1127440757
        },
        {
            "start": 1127440817,
            "stop": 1127440997
        },
        {
            "start": 1127441117,
            "stop": 1127441177
        },
        {
            "start": 1127441297,
            "stop": 1127441357
        },
        {
            "start": 1127442977,
            "stop": 1127443037
        },
        {
            "start": 1127443157,
            "stop": 1127443217
        },
        {
            "start": 1127443277,
            "stop": 1127443877
        },
        {
            "start": 1127444177,
            "stop": 1127444717
        },
        {
            "start": 1127444837,
            "stop": 1127444897
        },
        {
            "start": 1127447357,
            "stop": 1127447417
        },
        {
            "start": 1127447537,
            "stop": 1127447597
        },
        {
            "start": 1127447957,
            "stop": 1127448257
        },
        {
            "start": 1127448497,
            "stop": 1127448917
        }
    ]
}