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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=64",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 65,
    "results": [
        {
            "start": 945523800,
            "stop": 945530899
        },
        {
            "start": 945540640,
            "stop": 945542921
        },
        {
            "start": 945543000,
            "stop": 945545491
        },
        {
            "start": 945547661,
            "stop": 945588135
        },
        {
            "start": 945588800,
            "stop": 945607375
        },
        {
            "start": 945610105,
            "stop": 945616757
        },
        {
            "start": 945617548,
            "stop": 945626414
        },
        {
            "start": 945635863,
            "stop": 945642154
        },
        {
            "start": 945643809,
            "stop": 945652484
        },
        {
            "start": 945653694,
            "stop": 945673433
        },
        {
            "start": 945676396,
            "stop": 945681162
        },
        {
            "start": 945829191,
            "stop": 945830753
        },
        {
            "start": 945833072,
            "stop": 945852425
        },
        {
            "start": 945854238,
            "stop": 945870281
        },
        {
            "start": 945872875,
            "stop": 945878011
        },
        {
            "start": 945879828,
            "stop": 945881860
        },
        {
            "start": 945883012,
            "stop": 945920486
        },
        {
            "start": 945922751,
            "stop": 945936910
        },
        {
            "start": 945937575,
            "stop": 945950686
        },
        {
            "start": 945951667,
            "stop": 945977310
        }
    ]
}