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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=642",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 643,
    "results": [
        {
            "start": 829255224,
            "stop": 829255265
        },
        {
            "start": 829255268,
            "stop": 829255380
        },
        {
            "start": 829255383,
            "stop": 829255528
        },
        {
            "start": 829255533,
            "stop": 829255610
        },
        {
            "start": 829255613,
            "stop": 829255740
        },
        {
            "start": 829255800,
            "stop": 829256461
        },
        {
            "start": 829256464,
            "stop": 829256523
        },
        {
            "start": 829256527,
            "stop": 829256533
        },
        {
            "start": 829256536,
            "stop": 829256559
        },
        {
            "start": 829256562,
            "stop": 829256732
        },
        {
            "start": 829256736,
            "stop": 829256794
        },
        {
            "start": 829256798,
            "stop": 829256820
        },
        {
            "start": 829256880,
            "stop": 829256940
        },
        {
            "start": 829257000,
            "stop": 829257045
        },
        {
            "start": 829257049,
            "stop": 829257067
        },
        {
            "start": 829257071,
            "stop": 829257194
        },
        {
            "start": 829257198,
            "stop": 829257302
        },
        {
            "start": 829257305,
            "stop": 829257333
        },
        {
            "start": 829257336,
            "stop": 829257515
        },
        {
            "start": 829257518,
            "stop": 829257522
        }
    ]
}