Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4345
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4344",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4345,
    "results": [
        {
            "start": 874754121,
            "stop": 874754187
        },
        {
            "start": 874754208,
            "stop": 874754330
        },
        {
            "start": 874754349,
            "stop": 874754562
        },
        {
            "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
        }
    ]
}