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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=319",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 320,
    "results": [
        {
            "start": 821355797,
            "stop": 821355801
        },
        {
            "start": 821355804,
            "stop": 821355846
        },
        {
            "start": 821355849,
            "stop": 821355868
        },
        {
            "start": 821355871,
            "stop": 821356029
        },
        {
            "start": 821356032,
            "stop": 821356103
        },
        {
            "start": 821356106,
            "stop": 821356133
        },
        {
            "start": 821356136,
            "stop": 821356330
        },
        {
            "start": 821356333,
            "stop": 821356934
        },
        {
            "start": 821356937,
            "stop": 821357245
        },
        {
            "start": 821357248,
            "stop": 821358705
        },
        {
            "start": 821358708,
            "stop": 821359301
        },
        {
            "start": 821359304,
            "stop": 821360531
        },
        {
            "start": 821360534,
            "stop": 821362034
        },
        {
            "start": 821362038,
            "stop": 821362749
        },
        {
            "start": 821362752,
            "stop": 821362773
        },
        {
            "start": 821365735,
            "stop": 821365781
        },
        {
            "start": 821365784,
            "stop": 821365804
        },
        {
            "start": 821365807,
            "stop": 821365817
        },
        {
            "start": 821365820,
            "stop": 821365953
        },
        {
            "start": 821365956,
            "stop": 821366035
        }
    ]
}