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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=66",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 67,
    "results": [
        {
            "start": 931263749,
            "stop": 931263768
        },
        {
            "start": 931263770,
            "stop": 931263797
        },
        {
            "start": 931263800,
            "stop": 931263816
        },
        {
            "start": 931263817,
            "stop": 931263820
        },
        {
            "start": 931263822,
            "stop": 931263826
        },
        {
            "start": 931263828,
            "stop": 931263852
        },
        {
            "start": 931263854,
            "stop": 931263905
        },
        {
            "start": 931263907,
            "stop": 931263921
        },
        {
            "start": 931263923,
            "stop": 931263946
        },
        {
            "start": 931263947,
            "stop": 931263992
        },
        {
            "start": 931263993,
            "stop": 931264013
        },
        {
            "start": 931264015,
            "stop": 931264050
        },
        {
            "start": 931264051,
            "stop": 931264067
        },
        {
            "start": 931264068,
            "stop": 931264088
        },
        {
            "start": 931264090,
            "stop": 931264094
        },
        {
            "start": 931264096,
            "stop": 931264099
        },
        {
            "start": 931264101,
            "stop": 931264121
        },
        {
            "start": 931264124,
            "stop": 931264147
        },
        {
            "start": 931264149,
            "stop": 931264182
        },
        {
            "start": 931264183,
            "stop": 931264275
        }
    ]
}