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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8138",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8139,
    "results": [
        {
            "start": 970920968,
            "stop": 970920988
        },
        {
            "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": 970922331
        },
        {
            "start": 970922343,
            "stop": 970922353
        },
        {
            "start": 970922417,
            "stop": 970922450
        },
        {
            "start": 970922453,
            "stop": 970922484
        },
        {
            "start": 970922487,
            "stop": 970922575
        },
        {
            "start": 970922578,
            "stop": 970922621
        },
        {
            "start": 970922625,
            "stop": 970922656
        },
        {
            "start": 970926997,
            "stop": 970927110
        },
        {
            "start": 970927113,
            "stop": 970927293
        },
        {
            "start": 970927299,
            "stop": 970927322
        },
        {
            "start": 970927325,
            "stop": 970927341
        },
        {
            "start": 970927384,
            "stop": 970927391
        },
        {
            "start": 970927408,
            "stop": 970927417
        }
    ]
}