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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 122,
    "results": [
        {
            "start": 817870318,
            "stop": 817870332
        },
        {
            "start": 817870336,
            "stop": 817870383
        },
        {
            "start": 817870388,
            "stop": 817870393
        },
        {
            "start": 817870406,
            "stop": 817870464
        },
        {
            "start": 817870467,
            "stop": 817870476
        },
        {
            "start": 817870479,
            "stop": 817870492
        },
        {
            "start": 817870496,
            "stop": 817870515
        },
        {
            "start": 817870521,
            "stop": 817870523
        },
        {
            "start": 817870528,
            "stop": 817870535
        },
        {
            "start": 817870538,
            "stop": 817870555
        },
        {
            "start": 817870560,
            "stop": 817870584
        },
        {
            "start": 817870587,
            "stop": 817870588
        },
        {
            "start": 817870591,
            "stop": 817870592
        },
        {
            "start": 817870596,
            "stop": 817870604
        },
        {
            "start": 817870610,
            "stop": 817870619
        },
        {
            "start": 817870625,
            "stop": 817870628
        },
        {
            "start": 817870637,
            "stop": 817870640
        },
        {
            "start": 817870643,
            "stop": 817870650
        },
        {
            "start": 817870653,
            "stop": 817870703
        },
        {
            "start": 817870706,
            "stop": 817870846
        }
    ]
}