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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=143",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 144,
    "results": [
        {
            "start": 1418806216,
            "stop": 1418806223
        },
        {
            "start": 1418806226,
            "stop": 1418816116
        },
        {
            "start": 1418816117,
            "stop": 1418826449
        },
        {
            "start": 1418826450,
            "stop": 1418829216
        },
        {
            "start": 1418829224,
            "stop": 1418833072
        },
        {
            "start": 1418833076,
            "stop": 1418841340
        },
        {
            "start": 1418841344,
            "stop": 1418841368
        },
        {
            "start": 1418841372,
            "stop": 1418842192
        },
        {
            "start": 1418842194,
            "stop": 1418843404
        },
        {
            "start": 1418843408,
            "stop": 1418843436
        },
        {
            "start": 1418843440,
            "stop": 1418843849
        },
        {
            "start": 1418843850,
            "stop": 1418843862
        },
        {
            "start": 1418843865,
            "stop": 1418843902
        },
        {
            "start": 1418843903,
            "stop": 1418844035
        },
        {
            "start": 1418844037,
            "stop": 1418844690
        },
        {
            "start": 1418847174,
            "stop": 1418855538
        },
        {
            "start": 1418855539,
            "stop": 1418855544
        },
        {
            "start": 1418855548,
            "stop": 1418855980
        },
        {
            "start": 1418855984,
            "stop": 1418857016
        },
        {
            "start": 1418857020,
            "stop": 1418857588
        }
    ]
}