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=597
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=598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=596",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 597,
    "results": [
        {
            "start": 828138122,
            "stop": 828138217
        },
        {
            "start": 828138517,
            "stop": 828138846
        },
        {
            "start": 828138865,
            "stop": 828139152
        },
        {
            "start": 828139171,
            "stop": 828139189
        },
        {
            "start": 828139208,
            "stop": 828140019
        },
        {
            "start": 828140038,
            "stop": 828140664
        },
        {
            "start": 828140683,
            "stop": 828141059
        },
        {
            "start": 828141120,
            "stop": 828149042
        },
        {
            "start": 828149341,
            "stop": 828149606
        },
        {
            "start": 828149609,
            "stop": 828153297
        },
        {
            "start": 828162854,
            "stop": 828163577
        },
        {
            "start": 828163687,
            "stop": 828163779
        },
        {
            "start": 828164079,
            "stop": 828165380
        },
        {
            "start": 828165397,
            "stop": 828165635
        },
        {
            "start": 828165658,
            "stop": 828165684
        },
        {
            "start": 828165721,
            "stop": 828166005
        },
        {
            "start": 828166008,
            "stop": 828167310
        },
        {
            "start": 828168009,
            "stop": 828169964
        },
        {
            "start": 828169983,
            "stop": 828170897
        },
        {
            "start": 828171232,
            "stop": 828172795
        }
    ]
}