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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4582",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4580",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4581,
    "results": [
        {
            "start": 969025188,
            "stop": 969025658
        },
        {
            "start": 969025778,
            "stop": 969027655
        },
        {
            "start": 969028336,
            "stop": 969028343
        },
        {
            "start": 969028344,
            "stop": 969028376
        },
        {
            "start": 969028377,
            "stop": 969028838
        },
        {
            "start": 969028958,
            "stop": 969029018
        },
        {
            "start": 969029138,
            "stop": 969029344
        },
        {
            "start": 969029361,
            "stop": 969029858
        },
        {
            "start": 969031793,
            "stop": 969032198
        },
        {
            "start": 969032258,
            "stop": 969033398
        },
        {
            "start": 969033458,
            "stop": 969034039
        },
        {
            "start": 969034060,
            "stop": 969034838
        },
        {
            "start": 969034898,
            "stop": 969034958
        },
        {
            "start": 969035018,
            "stop": 969035080
        },
        {
            "start": 969035101,
            "stop": 969035121
        },
        {
            "start": 969035205,
            "stop": 969035305
        },
        {
            "start": 969035858,
            "stop": 969036398
        },
        {
            "start": 969036458,
            "stop": 969039545
        },
        {
            "start": 969039587,
            "stop": 969039664
        },
        {
            "start": 969039687,
            "stop": 969039717
        }
    ]
}