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=3553
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=3554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3552",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3553,
    "results": [
        {
            "start": 871654249,
            "stop": 871654320
        },
        {
            "start": 871654380,
            "stop": 871654393
        },
        {
            "start": 871654410,
            "stop": 871654440
        },
        {
            "start": 871654620,
            "stop": 871654701
        },
        {
            "start": 871654718,
            "stop": 871654740
        },
        {
            "start": 871655280,
            "stop": 871655299
        },
        {
            "start": 871655324,
            "stop": 871655349
        },
        {
            "start": 871655366,
            "stop": 871655400
        },
        {
            "start": 871656900,
            "stop": 871657020
        },
        {
            "start": 871657320,
            "stop": 871657431
        },
        {
            "start": 871657448,
            "stop": 871657500
        },
        {
            "start": 871657620,
            "stop": 871657680
        },
        {
            "start": 871657740,
            "stop": 871658220
        },
        {
            "start": 871658340,
            "stop": 871658400
        },
        {
            "start": 871658460,
            "stop": 871658744
        },
        {
            "start": 871658925,
            "stop": 871659133
        },
        {
            "start": 871659150,
            "stop": 871659788
        },
        {
            "start": 871659805,
            "stop": 871659832
        },
        {
            "start": 871659849,
            "stop": 871660309
        },
        {
            "start": 871660326,
            "stop": 871660488
        }
    ]
}