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=497
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=498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=496",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 497,
    "results": [
        {
            "start": 826831683,
            "stop": 826834519
        },
        {
            "start": 826834536,
            "stop": 826836176
        },
        {
            "start": 826836193,
            "stop": 826837344
        },
        {
            "start": 826837363,
            "stop": 826841304
        },
        {
            "start": 826841321,
            "stop": 826843110
        },
        {
            "start": 826843127,
            "stop": 826843368
        },
        {
            "start": 826843385,
            "stop": 826845297
        },
        {
            "start": 826845317,
            "stop": 826845379
        },
        {
            "start": 826845398,
            "stop": 826847101
        },
        {
            "start": 826847120,
            "stop": 826847159
        },
        {
            "start": 826847178,
            "stop": 826847179
        },
        {
            "start": 826847213,
            "stop": 826847309
        },
        {
            "start": 826847328,
            "stop": 826847338
        },
        {
            "start": 826847373,
            "stop": 826847472
        },
        {
            "start": 826847496,
            "stop": 826848606
        },
        {
            "start": 826848625,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826850524
        },
        {
            "start": 826850543,
            "stop": 826851470
        },
        {
            "start": 826851489,
            "stop": 826851591
        },
        {
            "start": 826851610,
            "stop": 826852628
        }
    ]
}