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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 131,
    "results": [
        {
            "start": 931373588,
            "stop": 931373605
        },
        {
            "start": 931373606,
            "stop": 931373608
        },
        {
            "start": 931373609,
            "stop": 931373704
        },
        {
            "start": 931373705,
            "stop": 931373735
        },
        {
            "start": 931373736,
            "stop": 931373864
        },
        {
            "start": 931373865,
            "stop": 931373885
        },
        {
            "start": 931373886,
            "stop": 931374002
        },
        {
            "start": 931374003,
            "stop": 931374015
        },
        {
            "start": 931374375,
            "stop": 931374389
        },
        {
            "start": 931374391,
            "stop": 931374447
        },
        {
            "start": 931374448,
            "stop": 931374522
        },
        {
            "start": 931374524,
            "stop": 931374530
        },
        {
            "start": 931374531,
            "stop": 931374535
        },
        {
            "start": 931374536,
            "stop": 931374562
        },
        {
            "start": 931374564,
            "stop": 931374573
        },
        {
            "start": 931374575,
            "stop": 931374600
        },
        {
            "start": 931374602,
            "stop": 931374613
        },
        {
            "start": 931374616,
            "stop": 931374618
        },
        {
            "start": 931374620,
            "stop": 931374656
        },
        {
            "start": 931374658,
            "stop": 931374659
        }
    ]
}