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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=59",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 60,
    "results": [
        {
            "start": 931083529,
            "stop": 931083534
        },
        {
            "start": 931083537,
            "stop": 931083557
        },
        {
            "start": 931083559,
            "stop": 931083560
        },
        {
            "start": 931083561,
            "stop": 931083563
        },
        {
            "start": 931083566,
            "stop": 931083567
        },
        {
            "start": 931083568,
            "stop": 931083570
        },
        {
            "start": 931083571,
            "stop": 931083573
        },
        {
            "start": 931083576,
            "stop": 931083577
        },
        {
            "start": 931083578,
            "stop": 931083581
        },
        {
            "start": 931083587,
            "stop": 931083596
        },
        {
            "start": 931083597,
            "stop": 931083601
        },
        {
            "start": 931083603,
            "stop": 931083604
        },
        {
            "start": 931083608,
            "stop": 931083613
        },
        {
            "start": 931083614,
            "stop": 931083625
        },
        {
            "start": 931083631,
            "stop": 931083633
        },
        {
            "start": 931083634,
            "stop": 931083635
        },
        {
            "start": 931083637,
            "stop": 931083641
        },
        {
            "start": 931083644,
            "stop": 931083655
        },
        {
            "start": 931083657,
            "stop": 931083667
        },
        {
            "start": 931083668,
            "stop": 931083670
        }
    ]
}