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/L1_CBCLOW_CAT4/segments?format=api&page=10238
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=10239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10237",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10238,
    "results": [
        {
            "start": 874366450,
            "stop": 874366660
        },
        {
            "start": 874367502,
            "stop": 874367638
        },
        {
            "start": 874450942,
            "stop": 874451050
        },
        {
            "start": 874451084,
            "stop": 874451095
        },
        {
            "start": 874451129,
            "stop": 874451385
        },
        {
            "start": 874451421,
            "stop": 874452010
        },
        {
            "start": 874452056,
            "stop": 874452200
        },
        {
            "start": 874452237,
            "stop": 874452661
        },
        {
            "start": 874452909,
            "stop": 874453008
        },
        {
            "start": 874453128,
            "stop": 874453502
        },
        {
            "start": 874453543,
            "stop": 874453576
        },
        {
            "start": 874453612,
            "stop": 874453688
        },
        {
            "start": 874453728,
            "stop": 874453765
        },
        {
            "start": 874453812,
            "stop": 874453817
        },
        {
            "start": 874453855,
            "stop": 874455549
        },
        {
            "start": 874455630,
            "stop": 874455708
        },
        {
            "start": 874455762,
            "stop": 874455872
        },
        {
            "start": 874456114,
            "stop": 874456125
        },
        {
            "start": 874456201,
            "stop": 874456418
        },
        {
            "start": 874456510,
            "stop": 874456618
        }
    ]
}