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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=162",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 163,
    "results": [
        {
            "start": 826847351,
            "stop": 826847363
        },
        {
            "start": 826847365,
            "stop": 826847481
        },
        {
            "start": 826847483,
            "stop": 826847486
        },
        {
            "start": 826847488,
            "stop": 826848615
        },
        {
            "start": 826848617,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826850533
        },
        {
            "start": 826850535,
            "stop": 826851479
        },
        {
            "start": 826851481,
            "stop": 826851600
        },
        {
            "start": 826851602,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826859918
        },
        {
            "start": 826859921,
            "stop": 826859949
        },
        {
            "start": 826859951,
            "stop": 826860020
        },
        {
            "start": 826860023,
            "stop": 826861971
        },
        {
            "start": 826861973,
            "stop": 826862234
        },
        {
            "start": 826862237,
            "stop": 826862242
        },
        {
            "start": 826862246,
            "stop": 826862348
        },
        {
            "start": 826862350,
            "stop": 826863309
        },
        {
            "start": 826863312,
            "stop": 826863320
        },
        {
            "start": 826863324,
            "stop": 826863327
        },
        {
            "start": 826863329,
            "stop": 826863352
        }
    ]
}