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=3150
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=3151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3149",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3150,
    "results": [
        {
            "start": 869006797,
            "stop": 869006859
        },
        {
            "start": 869007193,
            "stop": 869007207
        },
        {
            "start": 869007537,
            "stop": 869007540
        },
        {
            "start": 869008020,
            "stop": 869008200
        },
        {
            "start": 869008380,
            "stop": 869008920
        },
        {
            "start": 869008980,
            "stop": 869009520
        },
        {
            "start": 869009580,
            "stop": 869010056
        },
        {
            "start": 869010060,
            "stop": 869010600
        },
        {
            "start": 869010660,
            "stop": 869010757
        },
        {
            "start": 869010765,
            "stop": 869010790
        },
        {
            "start": 869010795,
            "stop": 869010805
        },
        {
            "start": 869010810,
            "stop": 869010817
        },
        {
            "start": 869010823,
            "stop": 869012040
        },
        {
            "start": 869012100,
            "stop": 869013120
        },
        {
            "start": 869013180,
            "stop": 869014920
        },
        {
            "start": 869014980,
            "stop": 869018346
        },
        {
            "start": 869018350,
            "stop": 869018463
        },
        {
            "start": 869018466,
            "stop": 869019000
        },
        {
            "start": 869019120,
            "stop": 869019417
        },
        {
            "start": 869019421,
            "stop": 869019462
        }
    ]
}