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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=106",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 107,
    "results": [
        {
            "start": 828269152,
            "stop": 828271232
        },
        {
            "start": 828271264,
            "stop": 828272608
        },
        {
            "start": 828272640,
            "stop": 828281398
        },
        {
            "start": 828281401,
            "stop": 828281813
        },
        {
            "start": 828281816,
            "stop": 828282068
        },
        {
            "start": 828282850,
            "stop": 828283808
        },
        {
            "start": 828283933,
            "stop": 828284992
        },
        {
            "start": 828285024,
            "stop": 828285056
        },
        {
            "start": 828285120,
            "stop": 828285152
        },
        {
            "start": 828285216,
            "stop": 828285312
        },
        {
            "start": 828285344,
            "stop": 828286432
        },
        {
            "start": 828286464,
            "stop": 828286496
        },
        {
            "start": 828286528,
            "stop": 828287831
        },
        {
            "start": 828291141,
            "stop": 828291808
        },
        {
            "start": 828291840,
            "stop": 828291973
        },
        {
            "start": 828299838,
            "stop": 828302107
        },
        {
            "start": 828302244,
            "stop": 828303365
        },
        {
            "start": 828303435,
            "stop": 828304992
        },
        {
            "start": 828305056,
            "stop": 828305184
        },
        {
            "start": 828305216,
            "stop": 828305248
        }
    ]
}