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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1638",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1636",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1637,
    "results": [
        {
            "start": 955800539,
            "stop": 955801630
        },
        {
            "start": 955823113,
            "stop": 955826616
        },
        {
            "start": 955826618,
            "stop": 955827107
        },
        {
            "start": 955828214,
            "stop": 955833336
        },
        {
            "start": 955833338,
            "stop": 955833343
        },
        {
            "start": 955833661,
            "stop": 955833993
        },
        {
            "start": 955834632,
            "stop": 955838472
        },
        {
            "start": 955838474,
            "stop": 955838538
        },
        {
            "start": 955840718,
            "stop": 955857443
        },
        {
            "start": 955857445,
            "stop": 955865731
        },
        {
            "start": 955865733,
            "stop": 955883123
        },
        {
            "start": 955886574,
            "stop": 955886801
        },
        {
            "start": 955886803,
            "stop": 955886955
        },
        {
            "start": 955886957,
            "stop": 955888188
        },
        {
            "start": 955889081,
            "stop": 955889974
        },
        {
            "start": 955889976,
            "stop": 955892002
        },
        {
            "start": 955892004,
            "stop": 955894586
        },
        {
            "start": 955894588,
            "stop": 955899546
        },
        {
            "start": 955899548,
            "stop": 955907818
        },
        {
            "start": 955907820,
            "stop": 955907860
        }
    ]
}