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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=52",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 53,
    "results": [
        {
            "start": 816461685,
            "stop": 816461686
        },
        {
            "start": 816461691,
            "stop": 816461695
        },
        {
            "start": 816461700,
            "stop": 816461702
        },
        {
            "start": 816461708,
            "stop": 816461709
        },
        {
            "start": 816461715,
            "stop": 816461719
        },
        {
            "start": 816461724,
            "stop": 816461725
        },
        {
            "start": 816461736,
            "stop": 816461742
        },
        {
            "start": 816461759,
            "stop": 816461763
        },
        {
            "start": 816461769,
            "stop": 816461772
        },
        {
            "start": 816461777,
            "stop": 816461834
        },
        {
            "start": 816461838,
            "stop": 816461843
        },
        {
            "start": 816461846,
            "stop": 816461850
        },
        {
            "start": 816461856,
            "stop": 816461859
        },
        {
            "start": 816461865,
            "stop": 816461870
        },
        {
            "start": 816461874,
            "stop": 816462044
        },
        {
            "start": 816462055,
            "stop": 816462067
        },
        {
            "start": 816462072,
            "stop": 816462217
        },
        {
            "start": 816462224,
            "stop": 816462235
        },
        {
            "start": 816462238,
            "stop": 816462267
        },
        {
            "start": 816462278,
            "stop": 816462343
        }
    ]
}