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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=131",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 132,
    "results": [
        {
            "start": 818340312,
            "stop": 818340548
        },
        {
            "start": 818340556,
            "stop": 818341867
        },
        {
            "start": 818343501,
            "stop": 818343504
        },
        {
            "start": 818343512,
            "stop": 818344714
        },
        {
            "start": 818344724,
            "stop": 818344748
        },
        {
            "start": 818344756,
            "stop": 818346272
        },
        {
            "start": 818346284,
            "stop": 818347690
        },
        {
            "start": 818347698,
            "stop": 818347762
        },
        {
            "start": 818347770,
            "stop": 818347775
        },
        {
            "start": 818347784,
            "stop": 818347844
        },
        {
            "start": 818360206,
            "stop": 818363359
        },
        {
            "start": 818363557,
            "stop": 818365751
        },
        {
            "start": 818365761,
            "stop": 818365769
        },
        {
            "start": 818365777,
            "stop": 818365778
        },
        {
            "start": 818365786,
            "stop": 818365792
        },
        {
            "start": 818365800,
            "stop": 818365866
        },
        {
            "start": 818365874,
            "stop": 818365893
        },
        {
            "start": 818365904,
            "stop": 818366176
        },
        {
            "start": 818366184,
            "stop": 818366191
        },
        {
            "start": 818366199,
            "stop": 818366345
        }
    ]
}