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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=103",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 104,
    "results": [
        {
            "start": 931723622,
            "stop": 931723628
        },
        {
            "start": 931723687,
            "stop": 931723693
        },
        {
            "start": 931723730,
            "stop": 931723738
        },
        {
            "start": 931723884,
            "stop": 931723885
        },
        {
            "start": 931724093,
            "stop": 931724109
        },
        {
            "start": 931724183,
            "stop": 931724193
        },
        {
            "start": 931724211,
            "stop": 931724257
        },
        {
            "start": 931724275,
            "stop": 931724276
        },
        {
            "start": 931724315,
            "stop": 931724322
        },
        {
            "start": 931724371,
            "stop": 931724375
        },
        {
            "start": 931724657,
            "stop": 931724665
        },
        {
            "start": 931724919,
            "stop": 931724922
        },
        {
            "start": 931724940,
            "stop": 931724947
        },
        {
            "start": 931725165,
            "stop": 931725168
        },
        {
            "start": 931729464,
            "stop": 931729506
        },
        {
            "start": 931729539,
            "stop": 931729566
        },
        {
            "start": 931729584,
            "stop": 931729604
        },
        {
            "start": 931729621,
            "stop": 931729717
        },
        {
            "start": 931729737,
            "stop": 931729845
        },
        {
            "start": 931729871,
            "stop": 931729998
        }
    ]
}