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=4820
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=4821",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4819",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4820,
    "results": [
        {
            "start": 971074451,
            "stop": 971075653
        },
        {
            "start": 971075656,
            "stop": 971075738
        },
        {
            "start": 971075897,
            "stop": 971076337
        },
        {
            "start": 971076340,
            "stop": 971076542
        },
        {
            "start": 971076545,
            "stop": 971076604
        },
        {
            "start": 971076607,
            "stop": 971076623
        },
        {
            "start": 971076641,
            "stop": 971076788
        },
        {
            "start": 971076791,
            "stop": 971077519
        },
        {
            "start": 971077522,
            "stop": 971077928
        },
        {
            "start": 971077931,
            "stop": 971078515
        },
        {
            "start": 971078518,
            "stop": 971078561
        },
        {
            "start": 971078564,
            "stop": 971078657
        },
        {
            "start": 971078660,
            "stop": 971078935
        },
        {
            "start": 971078938,
            "stop": 971079330
        },
        {
            "start": 971079333,
            "stop": 971080302
        },
        {
            "start": 971080305,
            "stop": 971080537
        },
        {
            "start": 971080540,
            "stop": 971080761
        },
        {
            "start": 971080764,
            "stop": 971082121
        },
        {
            "start": 971082124,
            "stop": 971082383
        },
        {
            "start": 971082386,
            "stop": 971082434
        }
    ]
}