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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=290",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 291,
    "results": [
        {
            "start": 1245792592,
            "stop": 1245792602
        },
        {
            "start": 1245792603,
            "stop": 1245792622
        },
        {
            "start": 1245792623,
            "stop": 1245792628
        },
        {
            "start": 1245792631,
            "stop": 1245792635
        },
        {
            "start": 1245792639,
            "stop": 1245792653
        },
        {
            "start": 1245800342,
            "stop": 1245801020
        },
        {
            "start": 1245801193,
            "stop": 1245801793
        },
        {
            "start": 1245801938,
            "stop": 1245805428
        },
        {
            "start": 1245806770,
            "stop": 1245807070
        },
        {
            "start": 1245816093,
            "stop": 1245816714
        },
        {
            "start": 1245816715,
            "stop": 1245824944
        },
        {
            "start": 1245828289,
            "stop": 1245845231
        },
        {
            "start": 1245845232,
            "stop": 1245848900
        },
        {
            "start": 1245848901,
            "stop": 1245852854
        },
        {
            "start": 1245852855,
            "stop": 1245853315
        },
        {
            "start": 1245853316,
            "stop": 1245901699
        },
        {
            "start": 1245910458,
            "stop": 1246043141
        },
        {
            "start": 1246048236,
            "stop": 1246111413
        },
        {
            "start": 1246137944,
            "stop": 1246141421
        },
        {
            "start": 1246141447,
            "stop": 1246165567
        }
    ]
}