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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=485",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=483",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 484,
    "results": [
        {
            "start": 1184497323,
            "stop": 1184497369
        },
        {
            "start": 1184497371,
            "stop": 1184497454
        },
        {
            "start": 1184497456,
            "stop": 1184497463
        },
        {
            "start": 1184497465,
            "stop": 1184499907
        },
        {
            "start": 1184499909,
            "stop": 1184503254
        },
        {
            "start": 1184503256,
            "stop": 1184504016
        },
        {
            "start": 1184504019,
            "stop": 1184504077
        },
        {
            "start": 1184504080,
            "stop": 1184504704
        },
        {
            "start": 1184504708,
            "stop": 1184506721
        },
        {
            "start": 1184506723,
            "stop": 1184506725
        },
        {
            "start": 1184506728,
            "stop": 1184511300
        },
        {
            "start": 1184511303,
            "stop": 1184512629
        },
        {
            "start": 1184512633,
            "stop": 1184513524
        },
        {
            "start": 1184513526,
            "stop": 1184513588
        },
        {
            "start": 1184513591,
            "stop": 1184513596
        },
        {
            "start": 1184513598,
            "stop": 1184513649
        },
        {
            "start": 1184513651,
            "stop": 1184515466
        },
        {
            "start": 1184515469,
            "stop": 1184517637
        },
        {
            "start": 1184517640,
            "stop": 1184517848
        },
        {
            "start": 1184517851,
            "stop": 1184518640
        }
    ]
}