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=1080
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=1081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1079",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1080,
    "results": [
        {
            "start": 873853961,
            "stop": 873856781
        },
        {
            "start": 873856983,
            "stop": 873857343
        },
        {
            "start": 873857493,
            "stop": 873858093
        },
        {
            "start": 873858380,
            "stop": 873858920
        },
        {
            "start": 873859079,
            "stop": 873860579
        },
        {
            "start": 873860733,
            "stop": 873860793
        },
        {
            "start": 873860978,
            "stop": 873861458
        },
        {
            "start": 873865783,
            "stop": 873865903
        },
        {
            "start": 873866586,
            "stop": 873866766
        },
        {
            "start": 873867657,
            "stop": 873867717
        },
        {
            "start": 873867872,
            "stop": 873867992
        },
        {
            "start": 873868188,
            "stop": 873868248
        },
        {
            "start": 873868411,
            "stop": 873868891
        },
        {
            "start": 873869099,
            "stop": 873869219
        },
        {
            "start": 873869379,
            "stop": 873869979
        },
        {
            "start": 873870164,
            "stop": 873880844
        },
        {
            "start": 873882269,
            "stop": 873884909
        },
        {
            "start": 873885548,
            "stop": 873885908
        },
        {
            "start": 873886634,
            "stop": 873886814
        },
        {
            "start": 873887320,
            "stop": 873887500
        }
    ]
}