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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=369",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 370,
    "results": [
        {
            "start": 865189995,
            "stop": 865190004
        },
        {
            "start": 865190026,
            "stop": 865190054
        },
        {
            "start": 865193408,
            "stop": 865193427
        },
        {
            "start": 865193448,
            "stop": 865193457
        },
        {
            "start": 865193478,
            "stop": 865193490
        },
        {
            "start": 865194102,
            "stop": 865194354
        },
        {
            "start": 865194480,
            "stop": 865194534
        },
        {
            "start": 865194552,
            "stop": 865194573
        },
        {
            "start": 865194598,
            "stop": 865194687
        },
        {
            "start": 865194705,
            "stop": 865194791
        },
        {
            "start": 865194808,
            "stop": 865195425
        },
        {
            "start": 865195725,
            "stop": 865195781
        },
        {
            "start": 865195798,
            "stop": 865196019
        },
        {
            "start": 865196078,
            "stop": 865196084
        },
        {
            "start": 865196101,
            "stop": 865196122
        },
        {
            "start": 865196139,
            "stop": 865196493
        },
        {
            "start": 865196524,
            "stop": 865196534
        },
        {
            "start": 865196575,
            "stop": 865196653
        },
        {
            "start": 865196953,
            "stop": 865197715
        },
        {
            "start": 865197733,
            "stop": 865197824
        }
    ]
}