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=1974
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=1975",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1973",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1974,
    "results": [
        {
            "start": 1253418651,
            "stop": 1253418665
        },
        {
            "start": 1253418668,
            "stop": 1253418670
        },
        {
            "start": 1253418673,
            "stop": 1253418688
        },
        {
            "start": 1253418690,
            "stop": 1253418717
        },
        {
            "start": 1253418720,
            "stop": 1253418722
        },
        {
            "start": 1253418723,
            "stop": 1253418724
        },
        {
            "start": 1253418726,
            "stop": 1253418727
        },
        {
            "start": 1253418730,
            "stop": 1253418787
        },
        {
            "start": 1253418793,
            "stop": 1253418835
        },
        {
            "start": 1253418838,
            "stop": 1253418874
        },
        {
            "start": 1253418877,
            "stop": 1253418906
        },
        {
            "start": 1253418910,
            "stop": 1253418911
        },
        {
            "start": 1253418914,
            "stop": 1253418937
        },
        {
            "start": 1253418938,
            "stop": 1253418940
        },
        {
            "start": 1253418943,
            "stop": 1253418974
        },
        {
            "start": 1253418977,
            "stop": 1253419021
        },
        {
            "start": 1253419024,
            "stop": 1253419057
        },
        {
            "start": 1253419060,
            "stop": 1253419093
        },
        {
            "start": 1253419096,
            "stop": 1253419098
        },
        {
            "start": 1253419102,
            "stop": 1253419106
        }
    ]
}