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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=410",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 411,
    "results": [
        {
            "start": 826663358,
            "stop": 826664422
        },
        {
            "start": 826664436,
            "stop": 826664474
        },
        {
            "start": 826664481,
            "stop": 826664510
        },
        {
            "start": 826664650,
            "stop": 826665530
        },
        {
            "start": 826665610,
            "stop": 826666124
        },
        {
            "start": 826666305,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826674530
        },
        {
            "start": 826674610,
            "stop": 826675610
        },
        {
            "start": 826675690,
            "stop": 826675970
        },
        {
            "start": 826676050,
            "stop": 826681291
        },
        {
            "start": 826681725,
            "stop": 826681884
        },
        {
            "start": 826682055,
            "stop": 826682082
        },
        {
            "start": 826682402,
            "stop": 826685501
        },
        {
            "start": 826685665,
            "stop": 826686410
        },
        {
            "start": 826686658,
            "stop": 826686667
        },
        {
            "start": 826686744,
            "stop": 826689486
        },
        {
            "start": 826689494,
            "stop": 826691953
        },
        {
            "start": 826691960,
            "stop": 826700227
        },
        {
            "start": 826700589,
            "stop": 826702906
        },
        {
            "start": 826702913,
            "stop": 826702940
        }
    ]
}