Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=32",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 33,
    "results": [
        {
            "start": 941403878,
            "stop": 941411404
        },
        {
            "start": 941412764,
            "stop": 941422246
        },
        {
            "start": 941425135,
            "stop": 941439064
        },
        {
            "start": 941446323,
            "stop": 941453007
        },
        {
            "start": 941455988,
            "stop": 941461356
        },
        {
            "start": 941472234,
            "stop": 941473266
        },
        {
            "start": 941474811,
            "stop": 941476161
        },
        {
            "start": 941477258,
            "stop": 941477451
        },
        {
            "start": 941479159,
            "stop": 941479971
        },
        {
            "start": 941485265,
            "stop": 941490004
        },
        {
            "start": 941492955,
            "stop": 941493583
        },
        {
            "start": 941494705,
            "stop": 941497825
        },
        {
            "start": 941500300,
            "stop": 941502877
        },
        {
            "start": 941505841,
            "stop": 941512102
        },
        {
            "start": 941515078,
            "stop": 941524134
        },
        {
            "start": 941684461,
            "stop": 941684762
        },
        {
            "start": 941686481,
            "stop": 941686625
        },
        {
            "start": 941690956,
            "stop": 941698678
        },
        {
            "start": 941703004,
            "stop": 941735016
        },
        {
            "start": 941738578,
            "stop": 941749296
        }
    ]
}