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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=290",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 291,
    "results": [
        {
            "start": 822229672,
            "stop": 822232660
        },
        {
            "start": 822232677,
            "stop": 822233491
        },
        {
            "start": 822233791,
            "stop": 822233846
        },
        {
            "start": 822233956,
            "stop": 822234096
        },
        {
            "start": 822234113,
            "stop": 822237303
        },
        {
            "start": 822237320,
            "stop": 822238662
        },
        {
            "start": 822243518,
            "stop": 822243673
        },
        {
            "start": 822244032,
            "stop": 822244213
        },
        {
            "start": 822245031,
            "stop": 822248074
        },
        {
            "start": 822248096,
            "stop": 822248100
        },
        {
            "start": 822248166,
            "stop": 822248177
        },
        {
            "start": 822248201,
            "stop": 822248977
        },
        {
            "start": 822248994,
            "stop": 822258044
        },
        {
            "start": 822258047,
            "stop": 822259297
        },
        {
            "start": 822259318,
            "stop": 822260340
        },
        {
            "start": 822260423,
            "stop": 822260442
        },
        {
            "start": 822260491,
            "stop": 822261763
        },
        {
            "start": 822261780,
            "stop": 822263173
        },
        {
            "start": 822263641,
            "stop": 822263686
        },
        {
            "start": 822263796,
            "stop": 822266757
        }
    ]
}