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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=300",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 301,
    "results": [
        {
            "start": 821719996,
            "stop": 821719998
        },
        {
            "start": 821720001,
            "stop": 821720011
        },
        {
            "start": 821720014,
            "stop": 821720033
        },
        {
            "start": 821720036,
            "stop": 821720042
        },
        {
            "start": 821720045,
            "stop": 821720153
        },
        {
            "start": 821720156,
            "stop": 821720195
        },
        {
            "start": 821720198,
            "stop": 821720262
        },
        {
            "start": 821720266,
            "stop": 821720281
        },
        {
            "start": 821720284,
            "stop": 821720323
        },
        {
            "start": 821720326,
            "stop": 821720392
        },
        {
            "start": 821720395,
            "stop": 821720399
        },
        {
            "start": 821720402,
            "stop": 821720412
        },
        {
            "start": 821720415,
            "stop": 821720416
        },
        {
            "start": 821720419,
            "stop": 821720421
        },
        {
            "start": 821720430,
            "stop": 821720433
        },
        {
            "start": 821720439,
            "stop": 821720445
        },
        {
            "start": 821720448,
            "stop": 821720466
        },
        {
            "start": 821720469,
            "stop": 821720473
        },
        {
            "start": 821720476,
            "stop": 821720482
        },
        {
            "start": 821720485,
            "stop": 821720571
        }
    ]
}