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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=230",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 231,
    "results": [
        {
            "start": 931460910,
            "stop": 931460915
        },
        {
            "start": 931460916,
            "stop": 931460920
        },
        {
            "start": 931460922,
            "stop": 931460928
        },
        {
            "start": 931460930,
            "stop": 931460932
        },
        {
            "start": 931460934,
            "stop": 931460944
        },
        {
            "start": 931460946,
            "stop": 931460951
        },
        {
            "start": 931460953,
            "stop": 931460960
        },
        {
            "start": 931460962,
            "stop": 931460971
        },
        {
            "start": 931460973,
            "stop": 931460975
        },
        {
            "start": 931460977,
            "stop": 931460992
        },
        {
            "start": 931460994,
            "stop": 931461010
        },
        {
            "start": 931461012,
            "stop": 931461014
        },
        {
            "start": 931461016,
            "stop": 931461019
        },
        {
            "start": 931461021,
            "stop": 931461024
        },
        {
            "start": 931461026,
            "stop": 931461028
        },
        {
            "start": 931461030,
            "stop": 931461038
        },
        {
            "start": 931461040,
            "stop": 931461042
        },
        {
            "start": 931461044,
            "stop": 931461051
        },
        {
            "start": 931461053,
            "stop": 931461059
        },
        {
            "start": 931461062,
            "stop": 931461065
        }
    ]
}