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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46930",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46931,
    "results": [
        {
            "start": 875196561,
            "stop": 875196580
        },
        {
            "start": 875196582,
            "stop": 875196594
        },
        {
            "start": 875196595,
            "stop": 875196601
        },
        {
            "start": 875196602,
            "stop": 875196624
        },
        {
            "start": 875196625,
            "stop": 875196639
        },
        {
            "start": 875196640,
            "stop": 875196643
        },
        {
            "start": 875196646,
            "stop": 875196651
        },
        {
            "start": 875196652,
            "stop": 875196654
        },
        {
            "start": 875196655,
            "stop": 875196679
        },
        {
            "start": 875196681,
            "stop": 875196715
        },
        {
            "start": 875196717,
            "stop": 875196719
        },
        {
            "start": 875196720,
            "stop": 875196791
        },
        {
            "start": 875196792,
            "stop": 875196799
        },
        {
            "start": 875196800,
            "stop": 875196835
        },
        {
            "start": 875196836,
            "stop": 875196837
        },
        {
            "start": 875196838,
            "stop": 875196840
        },
        {
            "start": 875196841,
            "stop": 875196842
        },
        {
            "start": 875196844,
            "stop": 875196870
        },
        {
            "start": 875196873,
            "stop": 875196876
        },
        {
            "start": 875196877,
            "stop": 875196907
        }
    ]
}