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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=119",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 120,
    "results": [
        {
            "start": 962718383,
            "stop": 962726437
        },
        {
            "start": 962728666,
            "stop": 962731114
        },
        {
            "start": 962731781,
            "stop": 962731784
        },
        {
            "start": 962732928,
            "stop": 962738348
        },
        {
            "start": 962738663,
            "stop": 962738949
        },
        {
            "start": 962739101,
            "stop": 962752905
        },
        {
            "start": 962773417,
            "stop": 962786862
        },
        {
            "start": 962788610,
            "stop": 962799686
        },
        {
            "start": 962809067,
            "stop": 962809446
        },
        {
            "start": 962810326,
            "stop": 962811978
        },
        {
            "start": 962813606,
            "stop": 962817980
        },
        {
            "start": 962820152,
            "stop": 962828030
        },
        {
            "start": 962832236,
            "stop": 962832238
        },
        {
            "start": 962832261,
            "stop": 962835260
        },
        {
            "start": 962835422,
            "stop": 962842570
        },
        {
            "start": 962846871,
            "stop": 962847084
        },
        {
            "start": 962856735,
            "stop": 962888904
        },
        {
            "start": 962892690,
            "stop": 962894472
        },
        {
            "start": 962897630,
            "stop": 962910230
        },
        {
            "start": 962914183,
            "stop": 962926576
        }
    ]
}