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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=719",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 720,
    "results": [
        {
            "start": 856893195,
            "stop": 856897575
        },
        {
            "start": 856897780,
            "stop": 856898740
        },
        {
            "start": 856898870,
            "stop": 856900130
        },
        {
            "start": 856900265,
            "stop": 856900325
        },
        {
            "start": 856900473,
            "stop": 856900593
        },
        {
            "start": 856900758,
            "stop": 856900818
        },
        {
            "start": 856911154,
            "stop": 856912714
        },
        {
            "start": 856914047,
            "stop": 856915427
        },
        {
            "start": 856915683,
            "stop": 856922403
        },
        {
            "start": 856923090,
            "stop": 856928130
        },
        {
            "start": 856928800,
            "stop": 856933330
        },
        {
            "start": 856933420,
            "stop": 856934680
        },
        {
            "start": 856935891,
            "stop": 856943271
        },
        {
            "start": 856944490,
            "stop": 856951450
        },
        {
            "start": 856951751,
            "stop": 856951811
        },
        {
            "start": 856952021,
            "stop": 856958261
        },
        {
            "start": 856958411,
            "stop": 856960181
        },
        {
            "start": 856960818,
            "stop": 856964388
        },
        {
            "start": 856964538,
            "stop": 856971318
        },
        {
            "start": 856971481,
            "stop": 856972201
        }
    ]
}