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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=247",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 248,
    "results": [
        {
            "start": 821683538,
            "stop": 821683546
        },
        {
            "start": 821683550,
            "stop": 821683555
        },
        {
            "start": 821683558,
            "stop": 821683559
        },
        {
            "start": 821683562,
            "stop": 821683564
        },
        {
            "start": 821683567,
            "stop": 821683571
        },
        {
            "start": 821683576,
            "stop": 821683594
        },
        {
            "start": 821683599,
            "stop": 821683602
        },
        {
            "start": 821683612,
            "stop": 821683623
        },
        {
            "start": 821683635,
            "stop": 821683637
        },
        {
            "start": 821683641,
            "stop": 821683654
        },
        {
            "start": 821683658,
            "stop": 821683661
        },
        {
            "start": 821683664,
            "stop": 821683668
        },
        {
            "start": 821683671,
            "stop": 821683676
        },
        {
            "start": 821683679,
            "stop": 821683683
        },
        {
            "start": 821683687,
            "stop": 821683688
        },
        {
            "start": 821683694,
            "stop": 821683698
        },
        {
            "start": 821683701,
            "stop": 821683702
        },
        {
            "start": 821683708,
            "stop": 821683713
        },
        {
            "start": 821683716,
            "stop": 821683736
        },
        {
            "start": 821683741,
            "stop": 821683750
        }
    ]
}