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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=48",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 49,
    "results": [
        {
            "start": 1249269767,
            "stop": 1249271223
        },
        {
            "start": 1249272567,
            "stop": 1249274375
        },
        {
            "start": 1249275521,
            "stop": 1249276608
        },
        {
            "start": 1249278298,
            "stop": 1249279474
        },
        {
            "start": 1249281865,
            "stop": 1249282546
        },
        {
            "start": 1249309426,
            "stop": 1249313042
        },
        {
            "start": 1249314442,
            "stop": 1249316766
        },
        {
            "start": 1249321540,
            "stop": 1249327383
        },
        {
            "start": 1249328580,
            "stop": 1249348208
        },
        {
            "start": 1249359477,
            "stop": 1249366789
        },
        {
            "start": 1249368662,
            "stop": 1249368848
        },
        {
            "start": 1249370105,
            "stop": 1249370573
        },
        {
            "start": 1249384406,
            "stop": 1249385255
        },
        {
            "start": 1249385376,
            "stop": 1249385497
        },
        {
            "start": 1249392745,
            "stop": 1249392879
        },
        {
            "start": 1249393084,
            "stop": 1249393529
        },
        {
            "start": 1249418670,
            "stop": 1249418849
        },
        {
            "start": 1249419041,
            "stop": 1249419152
        },
        {
            "start": 1249419160,
            "stop": 1249421320
        },
        {
            "start": 1249421328,
            "stop": 1249423208
        }
    ]
}