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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=223",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 224,
    "results": [
        {
            "start": 852829341,
            "stop": 852829344
        },
        {
            "start": 852829347,
            "stop": 852833500
        },
        {
            "start": 852833503,
            "stop": 852892759
        },
        {
            "start": 852892762,
            "stop": 852920938
        },
        {
            "start": 852922758,
            "stop": 852931453
        },
        {
            "start": 852932507,
            "stop": 852953038
        },
        {
            "start": 852954183,
            "stop": 852998226
        },
        {
            "start": 853023578,
            "stop": 853023715
        },
        {
            "start": 853041202,
            "stop": 853067332
        },
        {
            "start": 853068672,
            "stop": 853116779
        },
        {
            "start": 853116782,
            "stop": 853187103
        },
        {
            "start": 853187104,
            "stop": 853196703
        },
        {
            "start": 853199740,
            "stop": 853222379
        },
        {
            "start": 853222382,
            "stop": 853263973
        },
        {
            "start": 853265955,
            "stop": 853272950
        },
        {
            "start": 853273781,
            "stop": 853280265
        },
        {
            "start": 853280827,
            "stop": 853286511
        },
        {
            "start": 853286609,
            "stop": 853288958
        },
        {
            "start": 853289546,
            "stop": 853290913
        },
        {
            "start": 853291934,
            "stop": 853296998
        }
    ]
}