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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=461",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 462,
    "results": [
        {
            "start": 819013030,
            "stop": 819013031
        },
        {
            "start": 819014070,
            "stop": 819015173
        },
        {
            "start": 819015177,
            "stop": 819015938
        },
        {
            "start": 819015941,
            "stop": 819017209
        },
        {
            "start": 819017212,
            "stop": 819020017
        },
        {
            "start": 819020069,
            "stop": 819020864
        },
        {
            "start": 819020867,
            "stop": 819030305
        },
        {
            "start": 819031354,
            "stop": 819031387
        },
        {
            "start": 819031393,
            "stop": 819033895
        },
        {
            "start": 819033899,
            "stop": 819033914
        },
        {
            "start": 819033922,
            "stop": 819033964
        },
        {
            "start": 819033967,
            "stop": 819033977
        },
        {
            "start": 819033980,
            "stop": 819035493
        },
        {
            "start": 819035730,
            "stop": 819036781
        },
        {
            "start": 819036935,
            "stop": 819036937
        },
        {
            "start": 819036964,
            "stop": 819036965
        },
        {
            "start": 819036971,
            "stop": 819037066
        },
        {
            "start": 819037112,
            "stop": 819037117
        },
        {
            "start": 819037149,
            "stop": 819037167
        },
        {
            "start": 819037242,
            "stop": 819037395
        }
    ]
}