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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5807",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5808,
    "results": [
        {
            "start": 874701686,
            "stop": 874701692
        },
        {
            "start": 874701695,
            "stop": 874701706
        },
        {
            "start": 874701709,
            "stop": 874701758
        },
        {
            "start": 874701762,
            "stop": 874701787
        },
        {
            "start": 874701790,
            "stop": 874701816
        },
        {
            "start": 874701822,
            "stop": 874701839
        },
        {
            "start": 874701842,
            "stop": 874701848
        },
        {
            "start": 874701853,
            "stop": 874701854
        },
        {
            "start": 874701857,
            "stop": 874701873
        },
        {
            "start": 874701877,
            "stop": 874701904
        },
        {
            "start": 874701907,
            "stop": 874701913
        },
        {
            "start": 874701916,
            "stop": 874701935
        },
        {
            "start": 874701938,
            "stop": 874701972
        },
        {
            "start": 874701976,
            "stop": 874701995
        },
        {
            "start": 874701998,
            "stop": 874702011
        },
        {
            "start": 874702015,
            "stop": 874702045
        },
        {
            "start": 874702049,
            "stop": 874702056
        },
        {
            "start": 874702059,
            "stop": 874702079
        },
        {
            "start": 874702082,
            "stop": 874702088
        },
        {
            "start": 874702092,
            "stop": 874702093
        }
    ]
}