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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4862",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4863,
    "results": [
        {
            "start": 874754581,
            "stop": 874754626
        },
        {
            "start": 874754645,
            "stop": 874754667
        },
        {
            "start": 874754686,
            "stop": 874754781
        },
        {
            "start": 874754805,
            "stop": 874754809
        },
        {
            "start": 874754829,
            "stop": 874754855
        },
        {
            "start": 874754892,
            "stop": 874754930
        },
        {
            "start": 874754976,
            "stop": 874754988
        },
        {
            "start": 874755018,
            "stop": 874755123
        },
        {
            "start": 874755142,
            "stop": 874755543
        },
        {
            "start": 874755562,
            "stop": 874755573
        },
        {
            "start": 874755592,
            "stop": 874755784
        },
        {
            "start": 874755803,
            "stop": 874755818
        },
        {
            "start": 874755864,
            "stop": 874756018
        },
        {
            "start": 874756072,
            "stop": 874756160
        },
        {
            "start": 874756186,
            "stop": 874756223
        },
        {
            "start": 874756242,
            "stop": 874756312
        },
        {
            "start": 874756337,
            "stop": 874756346
        },
        {
            "start": 874756365,
            "stop": 874756380
        },
        {
            "start": 874756399,
            "stop": 874756532
        },
        {
            "start": 874756551,
            "stop": 874756589
        }
    ]
}