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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=323",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 324,
    "results": [
        {
            "start": 822654524,
            "stop": 822654994
        },
        {
            "start": 822654997,
            "stop": 822656130
        },
        {
            "start": 822656133,
            "stop": 822656203
        },
        {
            "start": 822656206,
            "stop": 822656266
        },
        {
            "start": 822656269,
            "stop": 822657504
        },
        {
            "start": 822657521,
            "stop": 822657795
        },
        {
            "start": 822657799,
            "stop": 822657812
        },
        {
            "start": 822657816,
            "stop": 822657883
        },
        {
            "start": 822657886,
            "stop": 822658138
        },
        {
            "start": 822658141,
            "stop": 822658825
        },
        {
            "start": 822658828,
            "stop": 822658830
        },
        {
            "start": 822658833,
            "stop": 822658841
        },
        {
            "start": 822658844,
            "stop": 822658940
        },
        {
            "start": 822658943,
            "stop": 822659077
        },
        {
            "start": 822659080,
            "stop": 822659485
        },
        {
            "start": 822659489,
            "stop": 822659707
        },
        {
            "start": 822659711,
            "stop": 822659859
        },
        {
            "start": 822659862,
            "stop": 822659993
        },
        {
            "start": 822660010,
            "stop": 822660514
        },
        {
            "start": 822660517,
            "stop": 822661009
        }
    ]
}