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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=283",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 284,
    "results": [
        {
            "start": 931788684,
            "stop": 931788685
        },
        {
            "start": 931788689,
            "stop": 931788690
        },
        {
            "start": 931788704,
            "stop": 931788709
        },
        {
            "start": 931788711,
            "stop": 931788715
        },
        {
            "start": 931788717,
            "stop": 931788719
        },
        {
            "start": 931788721,
            "stop": 931788724
        },
        {
            "start": 931788725,
            "stop": 931788730
        },
        {
            "start": 931788738,
            "stop": 931788740
        },
        {
            "start": 931788744,
            "stop": 931788745
        },
        {
            "start": 931788749,
            "stop": 931788750
        },
        {
            "start": 931788752,
            "stop": 931788755
        },
        {
            "start": 931788757,
            "stop": 931788763
        },
        {
            "start": 931788767,
            "stop": 931788772
        },
        {
            "start": 931788774,
            "stop": 931788779
        },
        {
            "start": 931788784,
            "stop": 931788797
        },
        {
            "start": 931788799,
            "stop": 931788805
        },
        {
            "start": 931788807,
            "stop": 931788831
        },
        {
            "start": 931788832,
            "stop": 931788843
        },
        {
            "start": 931788852,
            "stop": 931788856
        },
        {
            "start": 931788858,
            "stop": 931788871
        }
    ]
}