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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=150",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 151,
    "results": [
        {
            "start": 819696573,
            "stop": 819697528
        },
        {
            "start": 819698755,
            "stop": 819702317
        },
        {
            "start": 819702318,
            "stop": 819706812
        },
        {
            "start": 819706815,
            "stop": 819711000
        },
        {
            "start": 819711003,
            "stop": 819711014
        },
        {
            "start": 819711017,
            "stop": 819711259
        },
        {
            "start": 819711260,
            "stop": 819712027
        },
        {
            "start": 819712030,
            "stop": 819712914
        },
        {
            "start": 819712917,
            "stop": 819713833
        },
        {
            "start": 819713837,
            "stop": 819715591
        },
        {
            "start": 819715594,
            "stop": 819716470
        },
        {
            "start": 819716473,
            "stop": 819716565
        },
        {
            "start": 819716568,
            "stop": 819716718
        },
        {
            "start": 819716722,
            "stop": 819716860
        },
        {
            "start": 819716863,
            "stop": 819716920
        },
        {
            "start": 819716924,
            "stop": 819717230
        },
        {
            "start": 819717234,
            "stop": 819717467
        },
        {
            "start": 819717470,
            "stop": 819717770
        },
        {
            "start": 819717773,
            "stop": 819717940
        },
        {
            "start": 819717944,
            "stop": 819718107
        }
    ]
}