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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=560",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 561,
    "results": [
        {
            "start": 872703713,
            "stop": 872704671
        },
        {
            "start": 872704781,
            "stop": 872705740
        },
        {
            "start": 872706040,
            "stop": 872706064
        },
        {
            "start": 872706174,
            "stop": 872706329
        },
        {
            "start": 872706629,
            "stop": 872706678
        },
        {
            "start": 872708189,
            "stop": 872708235
        },
        {
            "start": 872708345,
            "stop": 872708828
        },
        {
            "start": 872715147,
            "stop": 872720187
        },
        {
            "start": 872720189,
            "stop": 872720220
        },
        {
            "start": 872720225,
            "stop": 872731127
        },
        {
            "start": 872738775,
            "stop": 872804715
        },
        {
            "start": 872804717,
            "stop": 872816662
        },
        {
            "start": 872817269,
            "stop": 872817475
        },
        {
            "start": 872817775,
            "stop": 872871611
        },
        {
            "start": 872873536,
            "stop": 872873575
        },
        {
            "start": 872873583,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        },
        {
            "start": 872887909,
            "stop": 872890182
        },
        {
            "start": 872890188,
            "stop": 872890255
        },
        {
            "start": 872890260,
            "stop": 872894726
        }
    ]
}