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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=53",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 54,
    "results": [
        {
            "start": 931082889,
            "stop": 931082894
        },
        {
            "start": 931082897,
            "stop": 931082898
        },
        {
            "start": 931082903,
            "stop": 931082905
        },
        {
            "start": 931082907,
            "stop": 931082909
        },
        {
            "start": 931082910,
            "stop": 931082912
        },
        {
            "start": 931082915,
            "stop": 931082916
        },
        {
            "start": 931082917,
            "stop": 931082918
        },
        {
            "start": 931082921,
            "stop": 931082931
        },
        {
            "start": 931082932,
            "stop": 931082935
        },
        {
            "start": 931082936,
            "stop": 931082937
        },
        {
            "start": 931082939,
            "stop": 931082940
        },
        {
            "start": 931082941,
            "stop": 931082942
        },
        {
            "start": 931082943,
            "stop": 931082945
        },
        {
            "start": 931082948,
            "stop": 931082949
        },
        {
            "start": 931082951,
            "stop": 931082954
        },
        {
            "start": 931082955,
            "stop": 931082957
        },
        {
            "start": 931082959,
            "stop": 931082960
        },
        {
            "start": 931082961,
            "stop": 931082965
        },
        {
            "start": 931082966,
            "stop": 931082967
        },
        {
            "start": 931082970,
            "stop": 931082972
        }
    ]
}