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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4673",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4671",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4672,
    "results": [
        {
            "start": 969792363,
            "stop": 969792475
        },
        {
            "start": 969792478,
            "stop": 969792824
        },
        {
            "start": 969792827,
            "stop": 969793031
        },
        {
            "start": 969793034,
            "stop": 969793118
        },
        {
            "start": 969793178,
            "stop": 969793225
        },
        {
            "start": 969793228,
            "stop": 969793488
        },
        {
            "start": 969793491,
            "stop": 969793507
        },
        {
            "start": 969793510,
            "stop": 969793518
        },
        {
            "start": 969793521,
            "stop": 969793537
        },
        {
            "start": 969793540,
            "stop": 969793565
        },
        {
            "start": 969793568,
            "stop": 969794238
        },
        {
            "start": 969794241,
            "stop": 969794472
        },
        {
            "start": 969794475,
            "stop": 969794730
        },
        {
            "start": 969794733,
            "stop": 969794892
        },
        {
            "start": 969794895,
            "stop": 969794965
        },
        {
            "start": 969794968,
            "stop": 969795734
        },
        {
            "start": 969795737,
            "stop": 969795872
        },
        {
            "start": 969795875,
            "stop": 969795931
        },
        {
            "start": 969795934,
            "stop": 969796186
        },
        {
            "start": 969796191,
            "stop": 969796480
        }
    ]
}