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=46900
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=46901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46899",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46900,
    "results": [
        {
            "start": 875176652,
            "stop": 875176657
        },
        {
            "start": 875176658,
            "stop": 875176679
        },
        {
            "start": 875176680,
            "stop": 875176690
        },
        {
            "start": 875176693,
            "stop": 875176703
        },
        {
            "start": 875176704,
            "stop": 875176716
        },
        {
            "start": 875176717,
            "stop": 875176737
        },
        {
            "start": 875176738,
            "stop": 875176748
        },
        {
            "start": 875176749,
            "stop": 875176752
        },
        {
            "start": 875176753,
            "stop": 875176759
        },
        {
            "start": 875176760,
            "stop": 875176770
        },
        {
            "start": 875176771,
            "stop": 875176802
        },
        {
            "start": 875176803,
            "stop": 875176821
        },
        {
            "start": 875176822,
            "stop": 875176850
        },
        {
            "start": 875176851,
            "stop": 875176887
        },
        {
            "start": 875176888,
            "stop": 875176898
        },
        {
            "start": 875176901,
            "stop": 875176907
        },
        {
            "start": 875176909,
            "stop": 875176912
        },
        {
            "start": 875176913,
            "stop": 875176928
        },
        {
            "start": 875176930,
            "stop": 875176971
        },
        {
            "start": 875176973,
            "stop": 875176991
        }
    ]
}