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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=151",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 152,
    "results": [
        {
            "start": 1418954538,
            "stop": 1418954562
        },
        {
            "start": 1418954570,
            "stop": 1418954905
        },
        {
            "start": 1418954907,
            "stop": 1418956795
        },
        {
            "start": 1418956797,
            "stop": 1418957036
        },
        {
            "start": 1418957038,
            "stop": 1418957079
        },
        {
            "start": 1418957080,
            "stop": 1418957294
        },
        {
            "start": 1418957295,
            "stop": 1418957314
        },
        {
            "start": 1418957318,
            "stop": 1418957337
        },
        {
            "start": 1418957338,
            "stop": 1418957534
        },
        {
            "start": 1418957538,
            "stop": 1418957712
        },
        {
            "start": 1418957714,
            "stop": 1418958012
        },
        {
            "start": 1418958014,
            "stop": 1418958365
        },
        {
            "start": 1418958366,
            "stop": 1418958377
        },
        {
            "start": 1418958379,
            "stop": 1418958706
        },
        {
            "start": 1418958708,
            "stop": 1418959166
        },
        {
            "start": 1418959171,
            "stop": 1418959178
        },
        {
            "start": 1418959184,
            "stop": 1418959814
        },
        {
            "start": 1418959822,
            "stop": 1418960228
        },
        {
            "start": 1418960238,
            "stop": 1418960626
        },
        {
            "start": 1418960631,
            "stop": 1418960648
        }
    ]
}