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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=256",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 257,
    "results": [
        {
            "start": 820472256,
            "stop": 820472265
        },
        {
            "start": 820472268,
            "stop": 820473103
        },
        {
            "start": 820473106,
            "stop": 820473204
        },
        {
            "start": 820473207,
            "stop": 820474069
        },
        {
            "start": 820474073,
            "stop": 820474351
        },
        {
            "start": 820474354,
            "stop": 820474697
        },
        {
            "start": 820474700,
            "stop": 820474760
        },
        {
            "start": 820474764,
            "stop": 820474787
        },
        {
            "start": 820474907,
            "stop": 820475267
        },
        {
            "start": 820475270,
            "stop": 820475328
        },
        {
            "start": 820475332,
            "stop": 820476133
        },
        {
            "start": 820476136,
            "stop": 820476455
        },
        {
            "start": 820476472,
            "stop": 820476512
        },
        {
            "start": 820476529,
            "stop": 820476560
        },
        {
            "start": 820476564,
            "stop": 820476585
        },
        {
            "start": 820476589,
            "stop": 820476752
        },
        {
            "start": 820476755,
            "stop": 820476958
        },
        {
            "start": 820476975,
            "stop": 820477023
        },
        {
            "start": 820477040,
            "stop": 820477138
        },
        {
            "start": 820477155,
            "stop": 820477168
        }
    ]
}