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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=802",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 803,
    "results": [
        {
            "start": 861543406,
            "stop": 861543766
        },
        {
            "start": 861545425,
            "stop": 861546145
        },
        {
            "start": 861551797,
            "stop": 861551857
        },
        {
            "start": 861552386,
            "stop": 861552506
        },
        {
            "start": 861552665,
            "stop": 861554945
        },
        {
            "start": 861555268,
            "stop": 861557368
        },
        {
            "start": 861557503,
            "stop": 861559183
        },
        {
            "start": 861562806,
            "stop": 861562926
        },
        {
            "start": 861563073,
            "stop": 861563373
        },
        {
            "start": 861563521,
            "stop": 861564841
        },
        {
            "start": 861565119,
            "stop": 861565719
        },
        {
            "start": 861566046,
            "stop": 861566106
        },
        {
            "start": 861571821,
            "stop": 861577161
        },
        {
            "start": 861578657,
            "stop": 861582947
        },
        {
            "start": 861583097,
            "stop": 861591257
        },
        {
            "start": 861591483,
            "stop": 861593583
        },
        {
            "start": 861595749,
            "stop": 861597879
        },
        {
            "start": 861598059,
            "stop": 861598989
        },
        {
            "start": 861599433,
            "stop": 861601113
        },
        {
            "start": 861601143,
            "stop": 861601293
        }
    ]
}