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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=639",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 640,
    "results": [
        {
            "start": 851665173,
            "stop": 851665293
        },
        {
            "start": 851665512,
            "stop": 851665572
        },
        {
            "start": 851665750,
            "stop": 851665870
        },
        {
            "start": 851669900,
            "stop": 851670200
        },
        {
            "start": 851671086,
            "stop": 851671566
        },
        {
            "start": 851671726,
            "stop": 851674006
        },
        {
            "start": 851677822,
            "stop": 851679982
        },
        {
            "start": 851680147,
            "stop": 851682907
        },
        {
            "start": 851683068,
            "stop": 851683548
        },
        {
            "start": 851683698,
            "stop": 851685708
        },
        {
            "start": 851685963,
            "stop": 851686443
        },
        {
            "start": 851687866,
            "stop": 851691766
        },
        {
            "start": 851691976,
            "stop": 851697436
        },
        {
            "start": 851697654,
            "stop": 851697954
        },
        {
            "start": 851699651,
            "stop": 851700131
        },
        {
            "start": 851700281,
            "stop": 851703701
        },
        {
            "start": 851703851,
            "stop": 851706341
        },
        {
            "start": 851706491,
            "stop": 851708891
        },
        {
            "start": 851709039,
            "stop": 851714739
        },
        {
            "start": 851714889,
            "stop": 851716539
        }
    ]
}