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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=291",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 292,
    "results": [
        {
            "start": 821695478,
            "stop": 821695479
        },
        {
            "start": 821695485,
            "stop": 821695508
        },
        {
            "start": 821695511,
            "stop": 821695512
        },
        {
            "start": 821695516,
            "stop": 821695521
        },
        {
            "start": 821695524,
            "stop": 821695586
        },
        {
            "start": 821695589,
            "stop": 821695598
        },
        {
            "start": 821695601,
            "stop": 821695683
        },
        {
            "start": 821695687,
            "stop": 821695690
        },
        {
            "start": 821695693,
            "stop": 821695694
        },
        {
            "start": 821695697,
            "stop": 821695714
        },
        {
            "start": 821695717,
            "stop": 821695724
        },
        {
            "start": 821695727,
            "stop": 821695735
        },
        {
            "start": 821695738,
            "stop": 821695755
        },
        {
            "start": 821695758,
            "stop": 821695857
        },
        {
            "start": 821695860,
            "stop": 821695873
        },
        {
            "start": 821695876,
            "stop": 821695987
        },
        {
            "start": 821695990,
            "stop": 821695998
        },
        {
            "start": 821696001,
            "stop": 821696231
        },
        {
            "start": 821696234,
            "stop": 821696329
        },
        {
            "start": 821696332,
            "stop": 821696392
        }
    ]
}