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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=120",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 121,
    "results": [
        {
            "start": 830298147,
            "stop": 830308738
        },
        {
            "start": 830308882,
            "stop": 830324447
        },
        {
            "start": 830325127,
            "stop": 830334762
        },
        {
            "start": 830337595,
            "stop": 830343069
        },
        {
            "start": 830343661,
            "stop": 830360233
        },
        {
            "start": 830360989,
            "stop": 830361073
        },
        {
            "start": 830363172,
            "stop": 830365557
        },
        {
            "start": 830368418,
            "stop": 830380393
        },
        {
            "start": 830380416,
            "stop": 830380417
        },
        {
            "start": 830380501,
            "stop": 830380720
        },
        {
            "start": 830382272,
            "stop": 830387233
        },
        {
            "start": 830388452,
            "stop": 830391575
        },
        {
            "start": 830391576,
            "stop": 830391777
        },
        {
            "start": 830391778,
            "stop": 830391793
        },
        {
            "start": 830391815,
            "stop": 830391816
        },
        {
            "start": 830392175,
            "stop": 830392582
        },
        {
            "start": 830392583,
            "stop": 830393293
        },
        {
            "start": 830393322,
            "stop": 830393323
        },
        {
            "start": 830393404,
            "stop": 830393485
        },
        {
            "start": 830393486,
            "stop": 830393509
        }
    ]
}