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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=364",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 365,
    "results": [
        {
            "start": 821354917,
            "stop": 821354946
        },
        {
            "start": 821354983,
            "stop": 821355012
        },
        {
            "start": 821355031,
            "stop": 821355073
        },
        {
            "start": 821355092,
            "stop": 821355302
        },
        {
            "start": 821355305,
            "stop": 821355776
        },
        {
            "start": 821355812,
            "stop": 821355846
        },
        {
            "start": 821355849,
            "stop": 821355860
        },
        {
            "start": 821355879,
            "stop": 821356021
        },
        {
            "start": 821356040,
            "stop": 821356095
        },
        {
            "start": 821356114,
            "stop": 821356125
        },
        {
            "start": 821356144,
            "stop": 821356322
        },
        {
            "start": 821356341,
            "stop": 821356926
        },
        {
            "start": 821356945,
            "stop": 821357245
        },
        {
            "start": 821357248,
            "stop": 821358705
        },
        {
            "start": 821358708,
            "stop": 821358944
        },
        {
            "start": 821358976,
            "stop": 821359301
        },
        {
            "start": 821359304,
            "stop": 821360531
        },
        {
            "start": 821360534,
            "stop": 821362034
        },
        {
            "start": 821362038,
            "stop": 821362208
        },
        {
            "start": 821362760,
            "stop": 821362773
        }
    ]
}