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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=606",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 607,
    "results": [
        {
            "start": 844052497,
            "stop": 844095882
        },
        {
            "start": 844095893,
            "stop": 844096686
        },
        {
            "start": 844096694,
            "stop": 844097071
        },
        {
            "start": 844098705,
            "stop": 844118904
        },
        {
            "start": 844119154,
            "stop": 844120638
        },
        {
            "start": 844120644,
            "stop": 844122037
        },
        {
            "start": 844124286,
            "stop": 844186227
        },
        {
            "start": 844186233,
            "stop": 844189239
        },
        {
            "start": 844189247,
            "stop": 844199664
        },
        {
            "start": 844202234,
            "stop": 844203177
        },
        {
            "start": 844203290,
            "stop": 844245209
        },
        {
            "start": 844247765,
            "stop": 844310948
        },
        {
            "start": 844333271,
            "stop": 844338731
        },
        {
            "start": 844339203,
            "stop": 844345110
        },
        {
            "start": 844375928,
            "stop": 844423971
        },
        {
            "start": 844427702,
            "stop": 844430944
        },
        {
            "start": 844432445,
            "stop": 844440044
        },
        {
            "start": 844440998,
            "stop": 844444269
        },
        {
            "start": 844451805,
            "stop": 844457493
        },
        {
            "start": 844460629,
            "stop": 844463098
        }
    ]
}