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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3690",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3688",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3689,
    "results": [
        {
            "start": 970920994,
            "stop": 970921002
        },
        {
            "start": 970921005,
            "stop": 970921016
        },
        {
            "start": 970921019,
            "stop": 970921150
        },
        {
            "start": 970921154,
            "stop": 970921414
        },
        {
            "start": 970921417,
            "stop": 970921758
        },
        {
            "start": 970921761,
            "stop": 970922004
        },
        {
            "start": 970922007,
            "stop": 970922236
        },
        {
            "start": 970922417,
            "stop": 970922450
        },
        {
            "start": 970922453,
            "stop": 970922484
        },
        {
            "start": 970922487,
            "stop": 970922544
        },
        {
            "start": 970922545,
            "stop": 970922575
        },
        {
            "start": 970922578,
            "stop": 970922621
        },
        {
            "start": 970922625,
            "stop": 970922716
        },
        {
            "start": 970926997,
            "stop": 970927110
        },
        {
            "start": 970927113,
            "stop": 970927276
        },
        {
            "start": 970927532,
            "stop": 970927538
        },
        {
            "start": 970927575,
            "stop": 970927602
        },
        {
            "start": 970927625,
            "stop": 970927650
        },
        {
            "start": 970927653,
            "stop": 970927658
        },
        {
            "start": 970927661,
            "stop": 970927676
        }
    ]
}