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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=201",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 202,
    "results": [
        {
            "start": 816930463,
            "stop": 816930464
        },
        {
            "start": 816930469,
            "stop": 816930470
        },
        {
            "start": 816930490,
            "stop": 816930521
        },
        {
            "start": 816930526,
            "stop": 816930532
        },
        {
            "start": 816930539,
            "stop": 816930546
        },
        {
            "start": 816930549,
            "stop": 816930553
        },
        {
            "start": 816930557,
            "stop": 816930563
        },
        {
            "start": 816930567,
            "stop": 816930599
        },
        {
            "start": 816930603,
            "stop": 816930612
        },
        {
            "start": 816930617,
            "stop": 816930635
        },
        {
            "start": 816930639,
            "stop": 816930641
        },
        {
            "start": 816930645,
            "stop": 816930650
        },
        {
            "start": 816930662,
            "stop": 816930663
        },
        {
            "start": 816930671,
            "stop": 816930672
        },
        {
            "start": 816930678,
            "stop": 816930681
        },
        {
            "start": 816930685,
            "stop": 816930686
        },
        {
            "start": 816930690,
            "stop": 816930694
        },
        {
            "start": 816930701,
            "stop": 816930708
        },
        {
            "start": 816930713,
            "stop": 816930717
        },
        {
            "start": 816930721,
            "stop": 816930730
        }
    ]
}