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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=185",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 186,
    "results": [
        {
            "start": 826945427,
            "stop": 826945433
        },
        {
            "start": 826945439,
            "stop": 826945488
        },
        {
            "start": 826945490,
            "stop": 826945494
        },
        {
            "start": 826945496,
            "stop": 826945497
        },
        {
            "start": 826945503,
            "stop": 826945732
        },
        {
            "start": 826945734,
            "stop": 826945742
        },
        {
            "start": 826945744,
            "stop": 826945854
        },
        {
            "start": 826945856,
            "stop": 826945860
        },
        {
            "start": 826945866,
            "stop": 826945868
        },
        {
            "start": 826945870,
            "stop": 826945912
        },
        {
            "start": 826945914,
            "stop": 826945919
        },
        {
            "start": 826945921,
            "stop": 826946314
        },
        {
            "start": 826946316,
            "stop": 826946317
        },
        {
            "start": 826946319,
            "stop": 826946344
        },
        {
            "start": 826946346,
            "stop": 826946350
        },
        {
            "start": 826946352,
            "stop": 826946358
        },
        {
            "start": 826946361,
            "stop": 826946501
        },
        {
            "start": 826946503,
            "stop": 826946505
        },
        {
            "start": 826946507,
            "stop": 826946508
        },
        {
            "start": 826946511,
            "stop": 826946705
        }
    ]
}