Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1313
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1312",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1313,
    "results": [
        {
            "start": 962731781,
            "stop": 962731889
        },
        {
            "start": 962732872,
            "stop": 962738348
        },
        {
            "start": 962738663,
            "stop": 962738949
        },
        {
            "start": 962739101,
            "stop": 962751583
        },
        {
            "start": 962751584,
            "stop": 962751660
        },
        {
            "start": 962751662,
            "stop": 962751711
        },
        {
            "start": 962751712,
            "stop": 962751746
        },
        {
            "start": 962751747,
            "stop": 962751933
        },
        {
            "start": 962751934,
            "stop": 962751996
        },
        {
            "start": 962751997,
            "stop": 962752051
        },
        {
            "start": 962752053,
            "stop": 962752358
        },
        {
            "start": 962752359,
            "stop": 962752402
        },
        {
            "start": 962752403,
            "stop": 962752439
        },
        {
            "start": 962752440,
            "stop": 962752459
        },
        {
            "start": 962752460,
            "stop": 962752465
        },
        {
            "start": 962752467,
            "stop": 962752472
        },
        {
            "start": 962752473,
            "stop": 962752510
        },
        {
            "start": 962752511,
            "stop": 962752573
        },
        {
            "start": 962752575,
            "stop": 962752634
        },
        {
            "start": 962752635,
            "stop": 962752673
        }
    ]
}