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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7021",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7022,
    "results": [
        {
            "start": 873809693,
            "stop": 873809733
        },
        {
            "start": 873809735,
            "stop": 873810172
        },
        {
            "start": 873810173,
            "stop": 873810516
        },
        {
            "start": 873810518,
            "stop": 873810621
        },
        {
            "start": 873810623,
            "stop": 873811120
        },
        {
            "start": 873811121,
            "stop": 873811248
        },
        {
            "start": 873811249,
            "stop": 873811292
        },
        {
            "start": 873811294,
            "stop": 873811690
        },
        {
            "start": 873811692,
            "stop": 873811750
        },
        {
            "start": 873811752,
            "stop": 873812140
        },
        {
            "start": 873812141,
            "stop": 873812147
        },
        {
            "start": 873812148,
            "stop": 873812522
        },
        {
            "start": 873812523,
            "stop": 873812651
        },
        {
            "start": 873812652,
            "stop": 873812734
        },
        {
            "start": 873812735,
            "stop": 873812901
        },
        {
            "start": 873812902,
            "stop": 873813067
        },
        {
            "start": 873813069,
            "stop": 873813400
        },
        {
            "start": 873813401,
            "stop": 873813527
        },
        {
            "start": 873813528,
            "stop": 873813572
        },
        {
            "start": 873813574,
            "stop": 873813625
        }
    ]
}