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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2302",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2303,
    "results": [
        {
            "start": 871350120,
            "stop": 871351042
        },
        {
            "start": 871351059,
            "stop": 871351444
        },
        {
            "start": 871351809,
            "stop": 871352610
        },
        {
            "start": 871352670,
            "stop": 871352855
        },
        {
            "start": 871352863,
            "stop": 871352892
        },
        {
            "start": 871352900,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871356150
        },
        {
            "start": 871356210,
            "stop": 871356780
        },
        {
            "start": 871356840,
            "stop": 871357200
        },
        {
            "start": 871357260,
            "stop": 871358220
        },
        {
            "start": 871358880,
            "stop": 871358940
        },
        {
            "start": 871359000,
            "stop": 871359300
        },
        {
            "start": 871359360,
            "stop": 871359600
        },
        {
            "start": 871359660,
            "stop": 871367414
        },
        {
            "start": 871367422,
            "stop": 871367436
        },
        {
            "start": 871367445,
            "stop": 871376441
        },
        {
            "start": 871376458,
            "stop": 871380329
        },
        {
            "start": 871380346,
            "stop": 871389110
        },
        {
            "start": 871389190,
            "stop": 871389762
        },
        {
            "start": 871389779,
            "stop": 871389783
        }
    ]
}