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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5039",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5040,
    "results": [
        {
            "start": 874588808,
            "stop": 874588941
        },
        {
            "start": 874588949,
            "stop": 874589162
        },
        {
            "start": 874589169,
            "stop": 874589201
        },
        {
            "start": 874589208,
            "stop": 874589230
        },
        {
            "start": 874589241,
            "stop": 874589285
        },
        {
            "start": 874589292,
            "stop": 874589312
        },
        {
            "start": 874589321,
            "stop": 874589323
        },
        {
            "start": 874589331,
            "stop": 874589348
        },
        {
            "start": 874589356,
            "stop": 874589603
        },
        {
            "start": 874589610,
            "stop": 874589632
        },
        {
            "start": 874589639,
            "stop": 874589787
        },
        {
            "start": 874589794,
            "stop": 874589848
        },
        {
            "start": 874589855,
            "stop": 874589936
        },
        {
            "start": 874589946,
            "stop": 874590019
        },
        {
            "start": 874590026,
            "stop": 874590068
        },
        {
            "start": 874590075,
            "stop": 874590118
        },
        {
            "start": 874590127,
            "stop": 874590142
        },
        {
            "start": 874590150,
            "stop": 874590256
        },
        {
            "start": 874590263,
            "stop": 874590321
        },
        {
            "start": 874590328,
            "stop": 874590511
        }
    ]
}