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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=34",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 35,
    "results": [
        {
            "start": 816680596,
            "stop": 816680727
        },
        {
            "start": 816680731,
            "stop": 816680831
        },
        {
            "start": 816680834,
            "stop": 816680841
        },
        {
            "start": 816680844,
            "stop": 816680850
        },
        {
            "start": 816680854,
            "stop": 816680874
        },
        {
            "start": 816680877,
            "stop": 816680899
        },
        {
            "start": 816680903,
            "stop": 816680943
        },
        {
            "start": 816680946,
            "stop": 816680947
        },
        {
            "start": 816680950,
            "stop": 816681023
        },
        {
            "start": 816681027,
            "stop": 816681217
        },
        {
            "start": 816681220,
            "stop": 816681258
        },
        {
            "start": 816681267,
            "stop": 816681363
        },
        {
            "start": 816681366,
            "stop": 816681669
        },
        {
            "start": 816681672,
            "stop": 816681703
        },
        {
            "start": 816681707,
            "stop": 816681720
        },
        {
            "start": 816681723,
            "stop": 816681791
        },
        {
            "start": 816681795,
            "stop": 816681848
        },
        {
            "start": 816681851,
            "stop": 816681875
        },
        {
            "start": 816681879,
            "stop": 816681950
        },
        {
            "start": 816681953,
            "stop": 816681990
        }
    ]
}