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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=574",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=572",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 573,
    "results": [
        {
            "start": 1262900393,
            "stop": 1262900399
        },
        {
            "start": 1262900401,
            "stop": 1262900403
        },
        {
            "start": 1262900405,
            "stop": 1262900407
        },
        {
            "start": 1262900410,
            "stop": 1262900421
        },
        {
            "start": 1262900424,
            "stop": 1262900432
        },
        {
            "start": 1262900435,
            "stop": 1262900529
        },
        {
            "start": 1262900530,
            "stop": 1262900531
        },
        {
            "start": 1262900534,
            "stop": 1262900577
        },
        {
            "start": 1262900580,
            "stop": 1262900581
        },
        {
            "start": 1262900583,
            "stop": 1262900601
        },
        {
            "start": 1262900604,
            "stop": 1262900894
        },
        {
            "start": 1262900897,
            "stop": 1262900905
        },
        {
            "start": 1262900908,
            "stop": 1262901106
        },
        {
            "start": 1262901109,
            "stop": 1262901449
        },
        {
            "start": 1262901452,
            "stop": 1262901548
        },
        {
            "start": 1262901551,
            "stop": 1262901574
        },
        {
            "start": 1262901577,
            "stop": 1262901733
        },
        {
            "start": 1262901736,
            "stop": 1262901751
        },
        {
            "start": 1262901754,
            "stop": 1262901820
        },
        {
            "start": 1262901823,
            "stop": 1262901868
        }
    ]
}