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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7528",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7526",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7527,
    "results": [
        {
            "start": 970406748,
            "stop": 970406759
        },
        {
            "start": 970406804,
            "stop": 970406820
        },
        {
            "start": 970406823,
            "stop": 970406843
        },
        {
            "start": 970406846,
            "stop": 970406870
        },
        {
            "start": 970406873,
            "stop": 970406883
        },
        {
            "start": 970406886,
            "stop": 970406906
        },
        {
            "start": 970406909,
            "stop": 970406911
        },
        {
            "start": 970406914,
            "stop": 970406938
        },
        {
            "start": 970406941,
            "stop": 970406970
        },
        {
            "start": 970406973,
            "stop": 970406985
        },
        {
            "start": 970406991,
            "stop": 970406993
        },
        {
            "start": 970407021,
            "stop": 970407025
        },
        {
            "start": 970407087,
            "stop": 970407088
        },
        {
            "start": 970407150,
            "stop": 970407164
        },
        {
            "start": 970407167,
            "stop": 970407209
        },
        {
            "start": 970407212,
            "stop": 970407246
        },
        {
            "start": 970407249,
            "stop": 970407276
        },
        {
            "start": 970407279,
            "stop": 970407301
        },
        {
            "start": 970407307,
            "stop": 970407308
        },
        {
            "start": 970407311,
            "stop": 970407363
        }
    ]
}