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=365
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=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=364",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 365,
    "results": [
        {
            "start": 864746108,
            "stop": 864746112
        },
        {
            "start": 864746143,
            "stop": 864746555
        },
        {
            "start": 864746754,
            "stop": 864750887
        },
        {
            "start": 864752152,
            "stop": 864753027
        },
        {
            "start": 864753327,
            "stop": 864753332
        },
        {
            "start": 864754103,
            "stop": 864754122
        },
        {
            "start": 864754422,
            "stop": 864754434
        },
        {
            "start": 864754800,
            "stop": 864755851
        },
        {
            "start": 864755869,
            "stop": 864756977
        },
        {
            "start": 864756998,
            "stop": 864757004
        },
        {
            "start": 864757026,
            "stop": 864757592
        },
        {
            "start": 864757613,
            "stop": 864757614
        },
        {
            "start": 864757636,
            "stop": 864761190
        },
        {
            "start": 864761530,
            "stop": 864761531
        },
        {
            "start": 864761641,
            "stop": 864762261
        },
        {
            "start": 864762561,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864771374
        },
        {
            "start": 864771484,
            "stop": 864771662
        },
        {
            "start": 864771962,
            "stop": 864775931
        },
        {
            "start": 864775949,
            "stop": 864777336
        }
    ]
}