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_H1L1/segments?format=api&page=1094
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_H1L1/segments?format=api&page=1095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1093",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1094,
    "results": [
        {
            "start": 874281581,
            "stop": 874281641
        },
        {
            "start": 874281671,
            "stop": 874283231
        },
        {
            "start": 874283620,
            "stop": 874286200
        },
        {
            "start": 874286514,
            "stop": 874286694
        },
        {
            "start": 874287014,
            "stop": 874287854
        },
        {
            "start": 874288008,
            "stop": 874288848
        },
        {
            "start": 874289031,
            "stop": 874289091
        },
        {
            "start": 874289262,
            "stop": 874289862
        },
        {
            "start": 874290517,
            "stop": 874290997
        },
        {
            "start": 874291174,
            "stop": 874293034
        },
        {
            "start": 874294504,
            "stop": 874294864
        },
        {
            "start": 874295260,
            "stop": 874296100
        },
        {
            "start": 874296394,
            "stop": 874297114
        },
        {
            "start": 874297295,
            "stop": 874297955
        },
        {
            "start": 874298246,
            "stop": 874298846
        },
        {
            "start": 874298997,
            "stop": 874299177
        },
        {
            "start": 874299469,
            "stop": 874300609
        },
        {
            "start": 874300767,
            "stop": 874302807
        },
        {
            "start": 874302948,
            "stop": 874303008
        },
        {
            "start": 874303164,
            "stop": 874303704
        }
    ]
}