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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 18,
    "results": [
        {
            "start": 1399122654,
            "stop": 1399123505
        },
        {
            "start": 1399123506,
            "stop": 1399125676
        },
        {
            "start": 1399141929,
            "stop": 1399186384
        },
        {
            "start": 1399186392,
            "stop": 1399217437
        },
        {
            "start": 1399231081,
            "stop": 1399239680
        },
        {
            "start": 1399239684,
            "stop": 1399244040
        },
        {
            "start": 1399244044,
            "stop": 1399265452
        },
        {
            "start": 1399265453,
            "stop": 1399268857
        },
        {
            "start": 1399269067,
            "stop": 1399273149
        },
        {
            "start": 1399273150,
            "stop": 1399285068
        },
        {
            "start": 1399285072,
            "stop": 1399296218
        },
        {
            "start": 1399296219,
            "stop": 1399305576
        },
        {
            "start": 1399319947,
            "stop": 1399328735
        },
        {
            "start": 1399328739,
            "stop": 1399341940
        },
        {
            "start": 1399344440,
            "stop": 1399354213
        },
        {
            "start": 1399354214,
            "stop": 1399354879
        },
        {
            "start": 1399354883,
            "stop": 1399356716
        },
        {
            "start": 1399356718,
            "stop": 1399357395
        },
        {
            "start": 1399360523,
            "stop": 1399365401
        },
        {
            "start": 1399365403,
            "stop": 1399365405
        }
    ]
}