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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=16",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 17,
    "results": [
        {
            "start": 817563008,
            "stop": 817564333
        },
        {
            "start": 817566099,
            "stop": 817566613
        },
        {
            "start": 817567848,
            "stop": 817569522
        },
        {
            "start": 817570188,
            "stop": 817570681
        },
        {
            "start": 817573361,
            "stop": 817575001
        },
        {
            "start": 817575095,
            "stop": 817577233
        },
        {
            "start": 817577363,
            "stop": 817577579
        },
        {
            "start": 817577663,
            "stop": 817578976
        },
        {
            "start": 817579008,
            "stop": 817582080
        },
        {
            "start": 817582112,
            "stop": 817582816
        },
        {
            "start": 817582848,
            "stop": 817592533
        },
        {
            "start": 817594520,
            "stop": 817596476
        },
        {
            "start": 817597348,
            "stop": 817600256
        },
        {
            "start": 817605934,
            "stop": 817606492
        },
        {
            "start": 817606764,
            "stop": 817609888
        },
        {
            "start": 817611808,
            "stop": 817611840
        },
        {
            "start": 817612512,
            "stop": 817612544
        },
        {
            "start": 817681152,
            "stop": 817682925
        },
        {
            "start": 817684188,
            "stop": 817687067
        },
        {
            "start": 817688327,
            "stop": 817688562
        }
    ]
}