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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5874",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5875,
    "results": [
        {
            "start": 874792908,
            "stop": 874792946
        },
        {
            "start": 874792949,
            "stop": 874792993
        },
        {
            "start": 874792997,
            "stop": 874793006
        },
        {
            "start": 874793009,
            "stop": 874793101
        },
        {
            "start": 874793105,
            "stop": 874793106
        },
        {
            "start": 874793109,
            "stop": 874793143
        },
        {
            "start": 874793146,
            "stop": 874793158
        },
        {
            "start": 874793161,
            "stop": 874793435
        },
        {
            "start": 874793438,
            "stop": 874793450
        },
        {
            "start": 874793454,
            "stop": 874793555
        },
        {
            "start": 874793558,
            "stop": 874793606
        },
        {
            "start": 874793609,
            "stop": 874793633
        },
        {
            "start": 874793636,
            "stop": 874793734
        },
        {
            "start": 874793737,
            "stop": 874793767
        },
        {
            "start": 874793770,
            "stop": 874793898
        },
        {
            "start": 874793901,
            "stop": 874793922
        },
        {
            "start": 874793925,
            "stop": 874793935
        },
        {
            "start": 874793938,
            "stop": 874793940
        },
        {
            "start": 874793944,
            "stop": 874794047
        },
        {
            "start": 874794053,
            "stop": 874794074
        }
    ]
}