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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=145",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 146,
    "results": [
        {
            "start": 1418901973,
            "stop": 1418905422
        },
        {
            "start": 1418905424,
            "stop": 1418906134
        },
        {
            "start": 1418906135,
            "stop": 1418906758
        },
        {
            "start": 1418906759,
            "stop": 1418906920
        },
        {
            "start": 1418906921,
            "stop": 1418907187
        },
        {
            "start": 1418907188,
            "stop": 1418907321
        },
        {
            "start": 1418907323,
            "stop": 1418907336
        },
        {
            "start": 1418907337,
            "stop": 1418907521
        },
        {
            "start": 1418907522,
            "stop": 1418907536
        },
        {
            "start": 1418907537,
            "stop": 1418907803
        },
        {
            "start": 1418907804,
            "stop": 1418908019
        },
        {
            "start": 1418908020,
            "stop": 1418908405
        },
        {
            "start": 1418908407,
            "stop": 1418908545
        },
        {
            "start": 1418908546,
            "stop": 1418908640
        },
        {
            "start": 1418908641,
            "stop": 1418908716
        },
        {
            "start": 1418908720,
            "stop": 1418909076
        },
        {
            "start": 1418909077,
            "stop": 1418909099
        },
        {
            "start": 1418909101,
            "stop": 1418909347
        },
        {
            "start": 1418909348,
            "stop": 1418909408
        },
        {
            "start": 1418909409,
            "stop": 1418909510
        }
    ]
}