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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=332",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 333,
    "results": [
        {
            "start": 934122198,
            "stop": 934122423
        },
        {
            "start": 934122425,
            "stop": 934122655
        },
        {
            "start": 934122656,
            "stop": 934122751
        },
        {
            "start": 934122753,
            "stop": 934122783
        },
        {
            "start": 934122785,
            "stop": 934122786
        },
        {
            "start": 934122788,
            "stop": 934122789
        },
        {
            "start": 934122791,
            "stop": 934122799
        },
        {
            "start": 934122802,
            "stop": 934122816
        },
        {
            "start": 934122818,
            "stop": 934122844
        },
        {
            "start": 934122846,
            "stop": 934122908
        },
        {
            "start": 934122909,
            "stop": 934122958
        },
        {
            "start": 934126605,
            "stop": 934126614
        },
        {
            "start": 934126618,
            "stop": 934128944
        },
        {
            "start": 934128948,
            "stop": 934129235
        },
        {
            "start": 934129237,
            "stop": 934129268
        },
        {
            "start": 934129270,
            "stop": 934129397
        },
        {
            "start": 934129399,
            "stop": 934129626
        },
        {
            "start": 934129628,
            "stop": 934129952
        },
        {
            "start": 934129954,
            "stop": 934130019
        },
        {
            "start": 934130021,
            "stop": 934130218
        }
    ]
}