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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=15",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 16,
    "results": [
        {
            "start": 1398678371,
            "stop": 1398681743
        },
        {
            "start": 1398681744,
            "stop": 1398690916
        },
        {
            "start": 1398690918,
            "stop": 1398696372
        },
        {
            "start": 1398696373,
            "stop": 1398697029
        },
        {
            "start": 1398697030,
            "stop": 1398697163
        },
        {
            "start": 1398697164,
            "stop": 1398697390
        },
        {
            "start": 1398697391,
            "stop": 1398699127
        },
        {
            "start": 1398699128,
            "stop": 1398700914
        },
        {
            "start": 1398712828,
            "stop": 1398722879
        },
        {
            "start": 1398722880,
            "stop": 1398735283
        },
        {
            "start": 1398735284,
            "stop": 1398739456
        },
        {
            "start": 1398739457,
            "stop": 1398739947
        },
        {
            "start": 1398739955,
            "stop": 1398740045
        },
        {
            "start": 1398743051,
            "stop": 1398748432
        },
        {
            "start": 1398748652,
            "stop": 1398760111
        },
        {
            "start": 1398760113,
            "stop": 1398773902
        },
        {
            "start": 1398773904,
            "stop": 1398798867
        },
        {
            "start": 1398798942,
            "stop": 1398799757
        },
        {
            "start": 1398799758,
            "stop": 1398801750
        },
        {
            "start": 1398801796,
            "stop": 1398821482
        }
    ]
}