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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5231",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5229",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5230,
    "results": [
        {
            "start": 1137051540,
            "stop": 1137051541
        },
        {
            "start": 1137051543,
            "stop": 1137051557
        },
        {
            "start": 1137051559,
            "stop": 1137051570
        },
        {
            "start": 1137051572,
            "stop": 1137051586
        },
        {
            "start": 1137051589,
            "stop": 1137051617
        },
        {
            "start": 1137051621,
            "stop": 1137051625
        },
        {
            "start": 1137051628,
            "stop": 1137051632
        },
        {
            "start": 1137051634,
            "stop": 1137051670
        },
        {
            "start": 1137051672,
            "stop": 1137051674
        },
        {
            "start": 1137051676,
            "stop": 1137051695
        },
        {
            "start": 1137051698,
            "stop": 1137051708
        },
        {
            "start": 1137051712,
            "stop": 1137051714
        },
        {
            "start": 1137051716,
            "stop": 1137051760
        },
        {
            "start": 1137051761,
            "stop": 1137051865
        },
        {
            "start": 1137051867,
            "stop": 1137051960
        },
        {
            "start": 1137051962,
            "stop": 1137051965
        },
        {
            "start": 1137051966,
            "stop": 1137051969
        },
        {
            "start": 1137051971,
            "stop": 1137051973
        },
        {
            "start": 1137051975,
            "stop": 1137051976
        },
        {
            "start": 1137051978,
            "stop": 1137052004
        }
    ]
}