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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=267",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 268,
    "results": [
        {
            "start": 821688622,
            "stop": 821688630
        },
        {
            "start": 821688637,
            "stop": 821688667
        },
        {
            "start": 821688670,
            "stop": 821688671
        },
        {
            "start": 821688674,
            "stop": 821688677
        },
        {
            "start": 821688680,
            "stop": 821688693
        },
        {
            "start": 821688696,
            "stop": 821688718
        },
        {
            "start": 821688724,
            "stop": 821688788
        },
        {
            "start": 821688791,
            "stop": 821688805
        },
        {
            "start": 821688808,
            "stop": 821688809
        },
        {
            "start": 821688812,
            "stop": 821688814
        },
        {
            "start": 821688817,
            "stop": 821688820
        },
        {
            "start": 821688823,
            "stop": 821688832
        },
        {
            "start": 821688841,
            "stop": 821688864
        },
        {
            "start": 821688871,
            "stop": 821688891
        },
        {
            "start": 821688894,
            "stop": 821688905
        },
        {
            "start": 821688908,
            "stop": 821688936
        },
        {
            "start": 821688939,
            "stop": 821688945
        },
        {
            "start": 821688948,
            "stop": 821688953
        },
        {
            "start": 821688956,
            "stop": 821688970
        },
        {
            "start": 821688974,
            "stop": 821688987
        }
    ]
}