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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=265",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 266,
    "results": [
        {
            "start": 963013390,
            "stop": 963013416
        },
        {
            "start": 963013419,
            "stop": 963013428
        },
        {
            "start": 963013442,
            "stop": 963013443
        },
        {
            "start": 963013447,
            "stop": 963013448
        },
        {
            "start": 963013451,
            "stop": 963013453
        },
        {
            "start": 963013456,
            "stop": 963013459
        },
        {
            "start": 963013463,
            "stop": 963013496
        },
        {
            "start": 963013499,
            "stop": 963013569
        },
        {
            "start": 963013572,
            "stop": 963013669
        },
        {
            "start": 963013672,
            "stop": 963013676
        },
        {
            "start": 963013679,
            "stop": 963013729
        },
        {
            "start": 963013732,
            "stop": 963014071
        },
        {
            "start": 963014076,
            "stop": 963014079
        },
        {
            "start": 963037411,
            "stop": 963068767
        },
        {
            "start": 963201875,
            "stop": 963242220
        },
        {
            "start": 963244299,
            "stop": 963245103
        },
        {
            "start": 963249966,
            "stop": 963262876
        },
        {
            "start": 963262880,
            "stop": 963286102
        },
        {
            "start": 963299807,
            "stop": 963325991
        },
        {
            "start": 963335750,
            "stop": 963352059
        }
    ]
}