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=8164
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=8165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8163",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8164,
    "results": [
        {
            "start": 970999894,
            "stop": 970999974
        },
        {
            "start": 970999977,
            "stop": 971000025
        },
        {
            "start": 971000028,
            "stop": 971000283
        },
        {
            "start": 971000286,
            "stop": 971000306
        },
        {
            "start": 971000309,
            "stop": 971000315
        },
        {
            "start": 971000318,
            "stop": 971000354
        },
        {
            "start": 971000357,
            "stop": 971000471
        },
        {
            "start": 971000474,
            "stop": 971000645
        },
        {
            "start": 971000648,
            "stop": 971000867
        },
        {
            "start": 971000870,
            "stop": 971000931
        },
        {
            "start": 971000934,
            "stop": 971000967
        },
        {
            "start": 971000970,
            "stop": 971001001
        },
        {
            "start": 971001004,
            "stop": 971001012
        },
        {
            "start": 971001015,
            "stop": 971001064
        },
        {
            "start": 971001067,
            "stop": 971001156
        },
        {
            "start": 971001159,
            "stop": 971001187
        },
        {
            "start": 971001190,
            "stop": 971001282
        },
        {
            "start": 971001285,
            "stop": 971001322
        },
        {
            "start": 971001326,
            "stop": 971001539
        },
        {
            "start": 971001543,
            "stop": 971001730
        }
    ]
}