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_CAT1/segments?format=api&page=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=223",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 224,
    "results": [
        {
            "start": 851076015,
            "stop": 851076619
        },
        {
            "start": 851076919,
            "stop": 851076938
        },
        {
            "start": 851077238,
            "stop": 851083069
        },
        {
            "start": 851085360,
            "stop": 851111306
        },
        {
            "start": 851112335,
            "stop": 851144053
        },
        {
            "start": 851376354,
            "stop": 851388387
        },
        {
            "start": 851389234,
            "stop": 851395580
        },
        {
            "start": 851396041,
            "stop": 851399736
        },
        {
            "start": 851400719,
            "stop": 851407879
        },
        {
            "start": 851408425,
            "stop": 851463977
        },
        {
            "start": 851467126,
            "stop": 851467234
        },
        {
            "start": 851467814,
            "stop": 851513219
        },
        {
            "start": 851516309,
            "stop": 851520002
        },
        {
            "start": 851520112,
            "stop": 851520310
        },
        {
            "start": 851520656,
            "stop": 851521110
        },
        {
            "start": 851521410,
            "stop": 851521900
        },
        {
            "start": 851523205,
            "stop": 851644587
        },
        {
            "start": 851645178,
            "stop": 851646343
        },
        {
            "start": 851646671,
            "stop": 851659969
        },
        {
            "start": 851660387,
            "stop": 851660543
        }
    ]
}