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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1902",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1903,
    "results": [
        {
            "start": 847547063,
            "stop": 847547067
        },
        {
            "start": 847547073,
            "stop": 847554965
        },
        {
            "start": 847602603,
            "stop": 847604670
        },
        {
            "start": 847605956,
            "stop": 847622456
        },
        {
            "start": 847622756,
            "stop": 847623353
        },
        {
            "start": 847623463,
            "stop": 847623753
        },
        {
            "start": 847624053,
            "stop": 847624066
        },
        {
            "start": 847624646,
            "stop": 847624779
        },
        {
            "start": 847640899,
            "stop": 847646375
        },
        {
            "start": 847646380,
            "stop": 847646407
        },
        {
            "start": 847646413,
            "stop": 847646467
        },
        {
            "start": 847646473,
            "stop": 847650327
        },
        {
            "start": 847650333,
            "stop": 847652645
        },
        {
            "start": 847652650,
            "stop": 847653002
        },
        {
            "start": 847653005,
            "stop": 847654596
        },
        {
            "start": 847654597,
            "stop": 847654650
        },
        {
            "start": 847654830,
            "stop": 847655724
        },
        {
            "start": 847655726,
            "stop": 847659870
        },
        {
            "start": 847659990,
            "stop": 847660290
        },
        {
            "start": 847660350,
            "stop": 847660830
        }
    ]
}