Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=650
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=649",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 650,
    "results": [
        {
            "start": 854428266,
            "stop": 854475131
        },
        {
            "start": 854475151,
            "stop": 854476830
        },
        {
            "start": 854477899,
            "stop": 854478776
        },
        {
            "start": 854479545,
            "stop": 854482231
        },
        {
            "start": 854483246,
            "stop": 854483446
        },
        {
            "start": 854483940,
            "stop": 854485088
        },
        {
            "start": 854485105,
            "stop": 854490161
        },
        {
            "start": 854490179,
            "stop": 854490502
        },
        {
            "start": 854490520,
            "stop": 854504683
        },
        {
            "start": 854505380,
            "stop": 854526831
        },
        {
            "start": 854526849,
            "stop": 854531592
        },
        {
            "start": 854531647,
            "stop": 854533355
        },
        {
            "start": 854533374,
            "stop": 854533500
        },
        {
            "start": 854533518,
            "stop": 854558035
        },
        {
            "start": 854558068,
            "stop": 854565056
        },
        {
            "start": 854565075,
            "stop": 854570545
        },
        {
            "start": 854570562,
            "stop": 854584190
        },
        {
            "start": 854586719,
            "stop": 854618026
        },
        {
            "start": 854620246,
            "stop": 854657937
        },
        {
            "start": 854662715,
            "stop": 854663116
        }
    ]
}