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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=77",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 78,
    "results": [
        {
            "start": 931087662,
            "stop": 931087664
        },
        {
            "start": 931087667,
            "stop": 931087671
        },
        {
            "start": 931087672,
            "stop": 931087675
        },
        {
            "start": 931087676,
            "stop": 931087677
        },
        {
            "start": 931087679,
            "stop": 931087680
        },
        {
            "start": 931087681,
            "stop": 931087682
        },
        {
            "start": 931087683,
            "stop": 931087691
        },
        {
            "start": 931087695,
            "stop": 931087701
        },
        {
            "start": 931087703,
            "stop": 931087708
        },
        {
            "start": 931087709,
            "stop": 931087711
        },
        {
            "start": 931087712,
            "stop": 931087717
        },
        {
            "start": 931087720,
            "stop": 931087721
        },
        {
            "start": 931087722,
            "stop": 931087725
        },
        {
            "start": 931087726,
            "stop": 931087727
        },
        {
            "start": 931087730,
            "stop": 931087732
        },
        {
            "start": 931087733,
            "stop": 931087736
        },
        {
            "start": 931087737,
            "stop": 931087741
        },
        {
            "start": 931087742,
            "stop": 931087743
        },
        {
            "start": 931087746,
            "stop": 931087747
        },
        {
            "start": 931087750,
            "stop": 931087751
        }
    ]
}