Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=328
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=327",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 328,
    "results": [
        {
            "start": 870296840,
            "stop": 870296860
        },
        {
            "start": 870297160,
            "stop": 870297337
        },
        {
            "start": 870297447,
            "stop": 870297703
        },
        {
            "start": 870298003,
            "stop": 870298087
        },
        {
            "start": 870298197,
            "stop": 870299298
        },
        {
            "start": 870299598,
            "stop": 870299684
        },
        {
            "start": 870300173,
            "stop": 870301933
        },
        {
            "start": 870302233,
            "stop": 870302245
        },
        {
            "start": 870302355,
            "stop": 870303286
        },
        {
            "start": 870303586,
            "stop": 870303664
        },
        {
            "start": 870304294,
            "stop": 870304595
        },
        {
            "start": 870304705,
            "stop": 870305624
        },
        {
            "start": 870305924,
            "stop": 870341836
        },
        {
            "start": 870343000,
            "stop": 870369947
        },
        {
            "start": 870369948,
            "stop": 870372808
        },
        {
            "start": 870372810,
            "stop": 870391743
        },
        {
            "start": 870391745,
            "stop": 870394877
        },
        {
            "start": 870394879,
            "stop": 870394919
        },
        {
            "start": 870394922,
            "stop": 870403843
        },
        {
            "start": 870404841,
            "stop": 870452880
        }
    ]
}