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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=151",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 152,
    "results": [
        {
            "start": 842053943,
            "stop": 842054624
        },
        {
            "start": 842054625,
            "stop": 842054634
        },
        {
            "start": 842054635,
            "stop": 842054637
        },
        {
            "start": 842054638,
            "stop": 842054649
        },
        {
            "start": 842054651,
            "stop": 842054652
        },
        {
            "start": 842054653,
            "stop": 842054677
        },
        {
            "start": 842054680,
            "stop": 842054682
        },
        {
            "start": 842056246,
            "stop": 842074650
        },
        {
            "start": 842074874,
            "stop": 842104256
        },
        {
            "start": 842135755,
            "stop": 842139066
        },
        {
            "start": 842141906,
            "stop": 842141978
        },
        {
            "start": 842143597,
            "stop": 842169207
        },
        {
            "start": 842169208,
            "stop": 842169213
        },
        {
            "start": 842169214,
            "stop": 842169216
        },
        {
            "start": 842169217,
            "stop": 842170132
        },
        {
            "start": 842173083,
            "stop": 842188882
        },
        {
            "start": 842190403,
            "stop": 842190992
        },
        {
            "start": 842191263,
            "stop": 842191384
        },
        {
            "start": 842191579,
            "stop": 842193602
        },
        {
            "start": 842193603,
            "stop": 842195624
        }
    ]
}