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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 31,
    "results": [
        {
            "start": 1253486980,
            "stop": 1253493780
        },
        {
            "start": 1253494140,
            "stop": 1253494200
        },
        {
            "start": 1253494560,
            "stop": 1253494740
        },
        {
            "start": 1253494920,
            "stop": 1253507520
        },
        {
            "start": 1253508094,
            "stop": 1253542868
        },
        {
            "start": 1253550921,
            "stop": 1253555275
        },
        {
            "start": 1253568048,
            "stop": 1253579940
        },
        {
            "start": 1253580120,
            "stop": 1253580660
        },
        {
            "start": 1253581080,
            "stop": 1253581560
        },
        {
            "start": 1253581860,
            "stop": 1253592720
        },
        {
            "start": 1253593020,
            "stop": 1253593647
        },
        {
            "start": 1253598464,
            "stop": 1253623860
        },
        {
            "start": 1253624580,
            "stop": 1253645936
        },
        {
            "start": 1253651815,
            "stop": 1253656560
        },
        {
            "start": 1253656800,
            "stop": 1253656920
        },
        {
            "start": 1253656980,
            "stop": 1253717804
        },
        {
            "start": 1253717892,
            "stop": 1253809339
        },
        {
            "start": 1253831006,
            "stop": 1253831162
        },
        {
            "start": 1253831248,
            "stop": 1253836659
        },
        {
            "start": 1253836758,
            "stop": 1253838241
        }
    ]
}