Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=213
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=212",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 213,
    "results": [
        {
            "start": 846919102,
            "stop": 846919227
        },
        {
            "start": 846919231,
            "stop": 846919262
        },
        {
            "start": 846919266,
            "stop": 846919393
        },
        {
            "start": 846919401,
            "stop": 846919431
        },
        {
            "start": 846919435,
            "stop": 846919545
        },
        {
            "start": 846919554,
            "stop": 846919584
        },
        {
            "start": 846919593,
            "stop": 846919603
        },
        {
            "start": 846919608,
            "stop": 846919628
        },
        {
            "start": 846919633,
            "stop": 846919652
        },
        {
            "start": 846919661,
            "stop": 846919667
        },
        {
            "start": 846919671,
            "stop": 846919687
        },
        {
            "start": 846919691,
            "stop": 846919756
        },
        {
            "start": 846919760,
            "stop": 846919808
        },
        {
            "start": 846919822,
            "stop": 846919895
        },
        {
            "start": 846919918,
            "stop": 846919928
        },
        {
            "start": 846919937,
            "stop": 846919962
        },
        {
            "start": 846919971,
            "stop": 846920034
        },
        {
            "start": 846920038,
            "stop": 846920079
        },
        {
            "start": 846920083,
            "stop": 846920138
        },
        {
            "start": 846920148,
            "stop": 846920666
        }
    ]
}