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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=824",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 825,
    "results": [
        {
            "start": 860274777,
            "stop": 860275587
        },
        {
            "start": 860275737,
            "stop": 860277537
        },
        {
            "start": 860277813,
            "stop": 860279973
        },
        {
            "start": 860282002,
            "stop": 860282182
        },
        {
            "start": 860282577,
            "stop": 860284197
        },
        {
            "start": 860284413,
            "stop": 860289513
        },
        {
            "start": 860289743,
            "stop": 860291003
        },
        {
            "start": 860291162,
            "stop": 860292872
        },
        {
            "start": 860293022,
            "stop": 860293922
        },
        {
            "start": 860294091,
            "stop": 860295651
        },
        {
            "start": 860295856,
            "stop": 860317876
        },
        {
            "start": 860321529,
            "stop": 860321589
        },
        {
            "start": 860321737,
            "stop": 860324737
        },
        {
            "start": 860324932,
            "stop": 860328532
        },
        {
            "start": 860330016,
            "stop": 860330736
        },
        {
            "start": 860330888,
            "stop": 860332268
        },
        {
            "start": 860333741,
            "stop": 860337521
        },
        {
            "start": 860337671,
            "stop": 860341091
        },
        {
            "start": 860341277,
            "stop": 860341397
        },
        {
            "start": 860342329,
            "stop": 860342629
        }
    ]
}