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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=129",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 130,
    "results": [
        {
            "start": 828710164,
            "stop": 828710165
        },
        {
            "start": 828710470,
            "stop": 828712753
        },
        {
            "start": 828712767,
            "stop": 828712768
        },
        {
            "start": 828713132,
            "stop": 828713233
        },
        {
            "start": 828713236,
            "stop": 828713237
        },
        {
            "start": 828714163,
            "stop": 828716413
        },
        {
            "start": 828757926,
            "stop": 828796664
        },
        {
            "start": 828797127,
            "stop": 828800614
        },
        {
            "start": 828801482,
            "stop": 828802633
        },
        {
            "start": 828802649,
            "stop": 828802651
        },
        {
            "start": 828833440,
            "stop": 828890053
        },
        {
            "start": 828890147,
            "stop": 828891247
        },
        {
            "start": 828899551,
            "stop": 828905953
        },
        {
            "start": 828905969,
            "stop": 828905970
        },
        {
            "start": 828906122,
            "stop": 828910081
        },
        {
            "start": 828910085,
            "stop": 828910928
        },
        {
            "start": 828929996,
            "stop": 828968677
        },
        {
            "start": 828969625,
            "stop": 828978553
        },
        {
            "start": 828978558,
            "stop": 828978561
        },
        {
            "start": 828991633,
            "stop": 828994993
        }
    ]
}