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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=107",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 108,
    "results": [
        {
            "start": 931739174,
            "stop": 931739228
        },
        {
            "start": 931739245,
            "stop": 931739342
        },
        {
            "start": 931739360,
            "stop": 931739393
        },
        {
            "start": 931739410,
            "stop": 931739501
        },
        {
            "start": 931739519,
            "stop": 931740092
        },
        {
            "start": 931740094,
            "stop": 931740161
        },
        {
            "start": 931740210,
            "stop": 931740292
        },
        {
            "start": 931740310,
            "stop": 931740682
        },
        {
            "start": 931740715,
            "stop": 931741151
        },
        {
            "start": 931741169,
            "stop": 931741189
        },
        {
            "start": 931741575,
            "stop": 931741777
        },
        {
            "start": 931741795,
            "stop": 931741868
        },
        {
            "start": 931741893,
            "stop": 931741916
        },
        {
            "start": 931741947,
            "stop": 931742087
        },
        {
            "start": 931742104,
            "stop": 931742332
        },
        {
            "start": 931742350,
            "stop": 931742733
        },
        {
            "start": 931742751,
            "stop": 931743001
        },
        {
            "start": 931743004,
            "stop": 931743068
        },
        {
            "start": 931743073,
            "stop": 931743089
        },
        {
            "start": 931743107,
            "stop": 931743290
        }
    ]
}