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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2997",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2998,
    "results": [
        {
            "start": 862208700,
            "stop": 862209180
        },
        {
            "start": 862209240,
            "stop": 862209330
        },
        {
            "start": 862209480,
            "stop": 862211340
        },
        {
            "start": 862211400,
            "stop": 862213080
        },
        {
            "start": 862213140,
            "stop": 862222784
        },
        {
            "start": 862222965,
            "stop": 862238880
        },
        {
            "start": 862238940,
            "stop": 862239360
        },
        {
            "start": 862239420,
            "stop": 862241520
        },
        {
            "start": 862241580,
            "stop": 862242834
        },
        {
            "start": 862242837,
            "stop": 862245533
        },
        {
            "start": 862245536,
            "stop": 862246250
        },
        {
            "start": 862246253,
            "stop": 862247100
        },
        {
            "start": 862247160,
            "stop": 862249101
        },
        {
            "start": 862249105,
            "stop": 862249156
        },
        {
            "start": 862249159,
            "stop": 862249980
        },
        {
            "start": 862250040,
            "stop": 862250253
        },
        {
            "start": 862250256,
            "stop": 862250271
        },
        {
            "start": 862250275,
            "stop": 862251140
        },
        {
            "start": 862251145,
            "stop": 862251170
        },
        {
            "start": 862251175,
            "stop": 862251177
        }
    ]
}