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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=41",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 42,
    "results": [
        {
            "start": 821166315,
            "stop": 821166349
        },
        {
            "start": 821166352,
            "stop": 821166418
        },
        {
            "start": 821166421,
            "stop": 821166594
        },
        {
            "start": 821166597,
            "stop": 821166693
        },
        {
            "start": 821166699,
            "stop": 821166842
        },
        {
            "start": 821166845,
            "stop": 821166944
        },
        {
            "start": 821166947,
            "stop": 821167177
        },
        {
            "start": 821167180,
            "stop": 821167329
        },
        {
            "start": 821167332,
            "stop": 821167352
        },
        {
            "start": 821167355,
            "stop": 821167491
        },
        {
            "start": 821167494,
            "stop": 821167519
        },
        {
            "start": 821167522,
            "stop": 821167552
        },
        {
            "start": 821167558,
            "stop": 821167687
        },
        {
            "start": 821167690,
            "stop": 821167696
        },
        {
            "start": 821167699,
            "stop": 821167976
        },
        {
            "start": 821167979,
            "stop": 821168005
        },
        {
            "start": 821168008,
            "stop": 821168043
        },
        {
            "start": 821168046,
            "stop": 821168193
        },
        {
            "start": 821168196,
            "stop": 821168312
        },
        {
            "start": 821168315,
            "stop": 821168423
        }
    ]
}