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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10119",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10120,
    "results": [
        {
            "start": 873475321,
            "stop": 873475338
        },
        {
            "start": 873475349,
            "stop": 873475364
        },
        {
            "start": 873475375,
            "stop": 873475688
        },
        {
            "start": 873475704,
            "stop": 873475776
        },
        {
            "start": 873475784,
            "stop": 873475787
        },
        {
            "start": 873475795,
            "stop": 873476140
        },
        {
            "start": 873476157,
            "stop": 873476220
        },
        {
            "start": 873476280,
            "stop": 873476337
        },
        {
            "start": 873476640,
            "stop": 873476771
        },
        {
            "start": 873476857,
            "stop": 873477096
        },
        {
            "start": 873477104,
            "stop": 873477264
        },
        {
            "start": 873477274,
            "stop": 873478243
        },
        {
            "start": 873478251,
            "stop": 873478324
        },
        {
            "start": 873478347,
            "stop": 873478378
        },
        {
            "start": 873478385,
            "stop": 873478452
        },
        {
            "start": 873478460,
            "stop": 873478754
        },
        {
            "start": 873478762,
            "stop": 873478862
        },
        {
            "start": 873478869,
            "stop": 873478942
        },
        {
            "start": 873478950,
            "stop": 873478967
        },
        {
            "start": 873478975,
            "stop": 873478982
        }
    ]
}