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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1961",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1959",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1960,
    "results": [
        {
            "start": 1253196035,
            "stop": 1253199381
        },
        {
            "start": 1253199384,
            "stop": 1253203455
        },
        {
            "start": 1253203458,
            "stop": 1253206465
        },
        {
            "start": 1253206468,
            "stop": 1253207285
        },
        {
            "start": 1253207288,
            "stop": 1253210376
        },
        {
            "start": 1253210379,
            "stop": 1253211490
        },
        {
            "start": 1253211498,
            "stop": 1253212552
        },
        {
            "start": 1253212555,
            "stop": 1253212568
        },
        {
            "start": 1253212571,
            "stop": 1253212796
        },
        {
            "start": 1253212799,
            "stop": 1253214588
        },
        {
            "start": 1253214591,
            "stop": 1253215333
        },
        {
            "start": 1253215336,
            "stop": 1253216712
        },
        {
            "start": 1253216714,
            "stop": 1253216820
        },
        {
            "start": 1253216823,
            "stop": 1253219526
        },
        {
            "start": 1253219529,
            "stop": 1253219658
        },
        {
            "start": 1253219661,
            "stop": 1253219897
        },
        {
            "start": 1253219900,
            "stop": 1253220005
        },
        {
            "start": 1253220008,
            "stop": 1253220132
        },
        {
            "start": 1253220140,
            "stop": 1253223443
        },
        {
            "start": 1253223444,
            "stop": 1253224837
        }
    ]
}