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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=263",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 264,
    "results": [
        {
            "start": 821519107,
            "stop": 821519136
        },
        {
            "start": 821519147,
            "stop": 821519169
        },
        {
            "start": 821519174,
            "stop": 821519230
        },
        {
            "start": 821519257,
            "stop": 821519275
        },
        {
            "start": 821519281,
            "stop": 821519330
        },
        {
            "start": 821519337,
            "stop": 821519356
        },
        {
            "start": 821519373,
            "stop": 821519375
        },
        {
            "start": 821663152,
            "stop": 821663284
        },
        {
            "start": 821663289,
            "stop": 821663456
        },
        {
            "start": 821663557,
            "stop": 821663644
        },
        {
            "start": 821663650,
            "stop": 821663706
        },
        {
            "start": 821663725,
            "stop": 821664084
        },
        {
            "start": 821664089,
            "stop": 821664187
        },
        {
            "start": 821664192,
            "stop": 821664229
        },
        {
            "start": 821664234,
            "stop": 821664944
        },
        {
            "start": 821664949,
            "stop": 821664971
        },
        {
            "start": 821668429,
            "stop": 821668697
        },
        {
            "start": 821668702,
            "stop": 821668756
        },
        {
            "start": 821668763,
            "stop": 821669422
        },
        {
            "start": 821669427,
            "stop": 821669667
        }
    ]
}