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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 194,
    "results": [
        {
            "start": 931461230,
            "stop": 931461255
        },
        {
            "start": 931461256,
            "stop": 931461270
        },
        {
            "start": 931461272,
            "stop": 931461290
        },
        {
            "start": 931461293,
            "stop": 931461356
        },
        {
            "start": 931461357,
            "stop": 931461384
        },
        {
            "start": 931461386,
            "stop": 931461490
        },
        {
            "start": 931461491,
            "stop": 931461659
        },
        {
            "start": 931461662,
            "stop": 931461688
        },
        {
            "start": 931461691,
            "stop": 931461696
        },
        {
            "start": 931461697,
            "stop": 931461701
        },
        {
            "start": 931461702,
            "stop": 931461706
        },
        {
            "start": 931461710,
            "stop": 931461713
        },
        {
            "start": 931461715,
            "stop": 931461739
        },
        {
            "start": 931461742,
            "stop": 931461888
        },
        {
            "start": 931461889,
            "stop": 931461893
        },
        {
            "start": 931461894,
            "stop": 931462093
        },
        {
            "start": 931462095,
            "stop": 931462110
        },
        {
            "start": 931462112,
            "stop": 931462128
        },
        {
            "start": 931462130,
            "stop": 931462133
        },
        {
            "start": 931462135,
            "stop": 931462149
        }
    ]
}