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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=60",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 61,
    "results": [
        {
            "start": 931083672,
            "stop": 931083674
        },
        {
            "start": 931083676,
            "stop": 931083677
        },
        {
            "start": 931083680,
            "stop": 931083681
        },
        {
            "start": 931083684,
            "stop": 931083688
        },
        {
            "start": 931083690,
            "stop": 931083692
        },
        {
            "start": 931083693,
            "stop": 931083698
        },
        {
            "start": 931083699,
            "stop": 931083702
        },
        {
            "start": 931083706,
            "stop": 931083707
        },
        {
            "start": 931083709,
            "stop": 931083710
        },
        {
            "start": 931083711,
            "stop": 931083712
        },
        {
            "start": 931083713,
            "stop": 931083715
        },
        {
            "start": 931083716,
            "stop": 931083717
        },
        {
            "start": 931083721,
            "stop": 931083723
        },
        {
            "start": 931083724,
            "stop": 931083725
        },
        {
            "start": 931083726,
            "stop": 931083730
        },
        {
            "start": 931083731,
            "stop": 931083733
        },
        {
            "start": 931083735,
            "stop": 931083736
        },
        {
            "start": 931083737,
            "stop": 931083738
        },
        {
            "start": 931083739,
            "stop": 931083745
        },
        {
            "start": 931083746,
            "stop": 931083747
        }
    ]
}