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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4738",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4736",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4737,
    "results": [
        {
            "start": 970138151,
            "stop": 970138430
        },
        {
            "start": 970138433,
            "stop": 970138630
        },
        {
            "start": 970138633,
            "stop": 970138716
        },
        {
            "start": 970138719,
            "stop": 970138831
        },
        {
            "start": 970138852,
            "stop": 970138893
        },
        {
            "start": 970138896,
            "stop": 970138915
        },
        {
            "start": 970138918,
            "stop": 970139162
        },
        {
            "start": 970139165,
            "stop": 970139179
        },
        {
            "start": 970139182,
            "stop": 970139424
        },
        {
            "start": 970139427,
            "stop": 970139542
        },
        {
            "start": 970139545,
            "stop": 970139817
        },
        {
            "start": 970139820,
            "stop": 970140142
        },
        {
            "start": 970140145,
            "stop": 970140227
        },
        {
            "start": 970140248,
            "stop": 970140254
        },
        {
            "start": 970140257,
            "stop": 970140654
        },
        {
            "start": 970140657,
            "stop": 970140859
        },
        {
            "start": 970140880,
            "stop": 970140978
        },
        {
            "start": 970140981,
            "stop": 970141114
        },
        {
            "start": 970141117,
            "stop": 970141218
        },
        {
            "start": 970141221,
            "stop": 970141362
        }
    ]
}