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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=149",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 150,
    "results": [
        {
            "start": 931759252,
            "stop": 931759509
        },
        {
            "start": 931759515,
            "stop": 931759596
        },
        {
            "start": 931759601,
            "stop": 931759624
        },
        {
            "start": 931759629,
            "stop": 931759849
        },
        {
            "start": 931759860,
            "stop": 931759941
        },
        {
            "start": 931759951,
            "stop": 931760338
        },
        {
            "start": 931760348,
            "stop": 931760378
        },
        {
            "start": 931760383,
            "stop": 931760397
        },
        {
            "start": 931760412,
            "stop": 931760516
        },
        {
            "start": 931760522,
            "stop": 931760530
        },
        {
            "start": 931760536,
            "stop": 931760572
        },
        {
            "start": 931760589,
            "stop": 931760591
        },
        {
            "start": 931760601,
            "stop": 931760657
        },
        {
            "start": 931760662,
            "stop": 931760724
        },
        {
            "start": 931760729,
            "stop": 931760899
        },
        {
            "start": 931760904,
            "stop": 931760952
        },
        {
            "start": 931760957,
            "stop": 931760960
        },
        {
            "start": 931760966,
            "stop": 931760997
        },
        {
            "start": 931761005,
            "stop": 931761007
        },
        {
            "start": 931761013,
            "stop": 931761017
        }
    ]
}