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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=210",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 211,
    "results": [
        {
            "start": 844216145,
            "stop": 844241053
        },
        {
            "start": 844243166,
            "stop": 844270273
        },
        {
            "start": 844270312,
            "stop": 844270313
        },
        {
            "start": 844270682,
            "stop": 844271533
        },
        {
            "start": 844273199,
            "stop": 844313282
        },
        {
            "start": 844314142,
            "stop": 844316053
        },
        {
            "start": 844318970,
            "stop": 844321453
        },
        {
            "start": 844321485,
            "stop": 844321486
        },
        {
            "start": 844322787,
            "stop": 844325892
        },
        {
            "start": 844327314,
            "stop": 844328113
        },
        {
            "start": 844329366,
            "stop": 844352713
        },
        {
            "start": 844352731,
            "stop": 844352733
        },
        {
            "start": 844357548,
            "stop": 844367931
        },
        {
            "start": 844368373,
            "stop": 844394293
        },
        {
            "start": 844394332,
            "stop": 844394334
        },
        {
            "start": 844396696,
            "stop": 844413793
        },
        {
            "start": 844413798,
            "stop": 844413799
        },
        {
            "start": 844414626,
            "stop": 844416908
        },
        {
            "start": 844418110,
            "stop": 844425913
        },
        {
            "start": 844425943,
            "stop": 844425945
        }
    ]
}