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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=363",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 364,
    "results": [
        {
            "start": 821758686,
            "stop": 821758693
        },
        {
            "start": 821758696,
            "stop": 821758700
        },
        {
            "start": 821758707,
            "stop": 821758718
        },
        {
            "start": 821758723,
            "stop": 821758724
        },
        {
            "start": 821758732,
            "stop": 821758734
        },
        {
            "start": 821758738,
            "stop": 821758747
        },
        {
            "start": 821758750,
            "stop": 821758751
        },
        {
            "start": 821758755,
            "stop": 821758759
        },
        {
            "start": 821758764,
            "stop": 821758766
        },
        {
            "start": 821758770,
            "stop": 821758773
        },
        {
            "start": 821758778,
            "stop": 821758789
        },
        {
            "start": 821758795,
            "stop": 821758796
        },
        {
            "start": 821758805,
            "stop": 821758812
        },
        {
            "start": 821758823,
            "stop": 821758824
        },
        {
            "start": 821758835,
            "stop": 821758837
        },
        {
            "start": 821758840,
            "stop": 821758844
        },
        {
            "start": 821758847,
            "stop": 821758850
        },
        {
            "start": 821758855,
            "stop": 821758860
        },
        {
            "start": 821758863,
            "stop": 821758875
        },
        {
            "start": 821758890,
            "stop": 821758893
        }
    ]
}