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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=202",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 203,
    "results": [
        {
            "start": 931152445,
            "stop": 931152447
        },
        {
            "start": 931152452,
            "stop": 931152454
        },
        {
            "start": 931152457,
            "stop": 931152462
        },
        {
            "start": 931152463,
            "stop": 931152464
        },
        {
            "start": 931152466,
            "stop": 931152467
        },
        {
            "start": 931152469,
            "stop": 931152470
        },
        {
            "start": 931152473,
            "stop": 931152474
        },
        {
            "start": 931152476,
            "stop": 931152478
        },
        {
            "start": 931152479,
            "stop": 931152483
        },
        {
            "start": 931152484,
            "stop": 931152488
        },
        {
            "start": 931152491,
            "stop": 931152503
        },
        {
            "start": 931152506,
            "stop": 931152508
        },
        {
            "start": 931152510,
            "stop": 931152512
        },
        {
            "start": 931152513,
            "stop": 931152523
        },
        {
            "start": 931152524,
            "stop": 931152525
        },
        {
            "start": 931152529,
            "stop": 931152530
        },
        {
            "start": 931152532,
            "stop": 931152533
        },
        {
            "start": 931152537,
            "stop": 931152540
        },
        {
            "start": 931152542,
            "stop": 931152545
        },
        {
            "start": 931152547,
            "stop": 931152548
        }
    ]
}