Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=140
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=139",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 140,
    "results": [
        {
            "start": 816758390,
            "stop": 816758404
        },
        {
            "start": 816758410,
            "stop": 816758455
        },
        {
            "start": 816758459,
            "stop": 816758468
        },
        {
            "start": 816758472,
            "stop": 816758488
        },
        {
            "start": 816758491,
            "stop": 816758561
        },
        {
            "start": 816758567,
            "stop": 816758571
        },
        {
            "start": 816758575,
            "stop": 816758581
        },
        {
            "start": 816758586,
            "stop": 816758588
        },
        {
            "start": 816758591,
            "stop": 816758631
        },
        {
            "start": 816758635,
            "stop": 816758637
        },
        {
            "start": 816758641,
            "stop": 816758645
        },
        {
            "start": 816758649,
            "stop": 816758651
        },
        {
            "start": 816758658,
            "stop": 816758664
        },
        {
            "start": 816758668,
            "stop": 816758672
        },
        {
            "start": 816758678,
            "stop": 816758684
        },
        {
            "start": 816758688,
            "stop": 816758744
        },
        {
            "start": 816758748,
            "stop": 816758753
        },
        {
            "start": 816758757,
            "stop": 816758761
        },
        {
            "start": 816758776,
            "stop": 816758777
        },
        {
            "start": 816758783,
            "stop": 816758816
        }
    ]
}